Searched refs:DEBUG4K_LOAD (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_protos.h | 834 #define DEBUG4K_LOAD(...) __DEBUG4K(__DEBUG4K_LOAD, ##__VA_ARGS__) macro 850 #define DEBUG4K_LOAD(...) macro
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exec.c | 6305 …DEBUG4K_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() 7200 …DEBUG4K_LOAD("copyin(0x%llx, 0x%lx)\n", load_result->all_image_info_addr, expected_all_image_infos… in exec_prefault_data() 7250 …DEBUG4K_LOAD("notification_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)notification_addr… in exec_prefault_data() 7262 …DEBUG4K_LOAD("dyld_image_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_image_address,… in exec_prefault_data() 7274 …DEBUG4K_LOAD("dyld_version_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_version_addr… in exec_prefault_data() 7286 …DEBUG4K_LOAD("dyld_all_image_infos_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_vers… in exec_prefault_data()
|
| H A D | mach_loader.c | 554 DEBUG4K_LOAD("slide=0x%llx dyld_slide=0x%llx\n", aslr_page_offset, dyld_aslr_page_offset); in load_machfile()
|