Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_protos.h834 #define DEBUG4K_LOAD(...) __DEBUG4K(__DEBUG4K_LOAD, ##__VA_ARGS__) macro
850 #define DEBUG4K_LOAD(...) macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c6305DEBUG4K_LOAD("map %p user_stack 0x%llx custom %d user_stack_alloc_size 0x%llx\n", map, user_stack,… in create_unix_stack()
7143 DEBUG4K_LOAD("entry_point 0x%llx\n", (uint64_t)load_result->entry_point); in exec_prefault_data()
7175 DEBUG4K_LOAD("all_image_info_addr 0x%llx\n", load_result->all_image_info_addr); in exec_prefault_data()
7200DEBUG4K_LOAD("copyin(0x%llx, 0x%lx)\n", load_result->all_image_info_addr, expected_all_image_infos… in exec_prefault_data()
7250DEBUG4K_LOAD("notification_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)notification_addr… in exec_prefault_data()
7262DEBUG4K_LOAD("dyld_image_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_image_address,… in exec_prefault_data()
7274DEBUG4K_LOAD("dyld_version_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_version_addr… in exec_prefault_data()
7286DEBUG4K_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.c554 DEBUG4K_LOAD("slide=0x%llx dyld_slide=0x%llx\n", aslr_page_offset, dyld_aslr_page_offset); in load_machfile()