Searched refs:DEBUG4K_LOAD (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_protos.h | 514 #define DEBUG4K_LOAD(...) __DEBUG4K(__DEBUG4K_LOAD, ##__VA_ARGS__) macro 530 #define DEBUG4K_LOAD(...) macro
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_exec.c | 6987 …DEBUG4K_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() 8006 …DEBUG4K_LOAD("copyin(0x%llx, 0x%lx)\n", load_result->all_image_info_addr, expected_all_image_infos… in exec_prefault_data() 8056 …DEBUG4K_LOAD("notification_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)notification_addr… in exec_prefault_data() 8068 …DEBUG4K_LOAD("dyld_image_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_image_address,… in exec_prefault_data() 8080 …DEBUG4K_LOAD("dyld_version_address 0x%llx dyld_slide_amount 0x%llx\n", (uint64_t)dyld_version_addr… in exec_prefault_data() 8092 …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 | 559 DEBUG4K_LOAD("slide=0x%llx dyld_slide=0x%llx\n", aslr_page_offset, dyld_aslr_page_offset); in load_machfile()
|