Home
last modified time | relevance | path

Searched refs:DEBUG4K_LOAD (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_protos.h514 #define DEBUG4K_LOAD(...) __DEBUG4K(__DEBUG4K_LOAD, ##__VA_ARGS__) macro
530 #define DEBUG4K_LOAD(...) macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c6987DEBUG4K_LOAD("map %p user_stack 0x%llx custom %d user_stack_alloc_size 0x%llx\n", map, user_stack,… in create_unix_stack()
7948 DEBUG4K_LOAD("entry_point 0x%llx\n", (uint64_t)load_result->entry_point); in exec_prefault_data()
7981 DEBUG4K_LOAD("all_image_info_addr 0x%llx\n", load_result->all_image_info_addr); in exec_prefault_data()
8006DEBUG4K_LOAD("copyin(0x%llx, 0x%lx)\n", load_result->all_image_info_addr, expected_all_image_infos… in exec_prefault_data()
8056DEBUG4K_LOAD("notification_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)notification_addr… in exec_prefault_data()
8068DEBUG4K_LOAD("dyld_image_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_image_address,… in exec_prefault_data()
8080DEBUG4K_LOAD("dyld_version_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_version_addr… in exec_prefault_data()
8092DEBUG4K_LOAD("dyld_all_image_infos_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_vers… in exec_prefault_data()
H A Dmach_loader.c559 DEBUG4K_LOAD("slide=0x%llx dyld_slide=0x%llx\n", aslr_page_offset, dyld_aslr_page_offset); in load_machfile()