Searched refs:DEBUG4K_LOAD (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_protos.h | 506 #define DEBUG4K_LOAD(...) __DEBUG4K(__DEBUG4K_LOAD, ##__VA_ARGS__) macro 522 #define DEBUG4K_LOAD(...) macro
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_exec.c | 7164 …DEBUG4K_LOAD("map %p user_stack 0x%llx custom %d user_stack_alloc_size 0x%llx\n", map, user_stack,… in create_unix_stack() 8176 DEBUG4K_LOAD("entry_point 0x%llx\n", (uint64_t)load_result->entry_point); in exec_prefault_data() 8209 DEBUG4K_LOAD("all_image_info_addr 0x%llx\n", load_result->all_image_info_addr); in exec_prefault_data() 8234 …DEBUG4K_LOAD("copyin(0x%llx, 0x%lx)\n", load_result->all_image_info_addr, expected_all_image_infos… in exec_prefault_data() 8284 …DEBUG4K_LOAD("notification_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)notification_addr… in exec_prefault_data() 8296 …DEBUG4K_LOAD("dyld_image_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_image_address,… in exec_prefault_data() 8308 …DEBUG4K_LOAD("dyld_version_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_version_addr… in exec_prefault_data() 8320 …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 | 804 DEBUG4K_LOAD("slide=0x%llx dyld_slide=0x%llx\n", aslr_page_offset, dyld_aslr_page_offset); in load_machfile()
|