Searched refs:MH_MAGIC_64 (Results 1 – 18 of 18) sorted by relevance
75 case MH_MAGIC_64: in _os_trace_addr_in_text_segment()
62 #define MH_MAGIC_KERNEL MH_MAGIC_64
68 case MH_MAGIC_64: in get_macho_uuid()
180 case MH_MAGIC_64: OS_FALLTHROUGH; in disk_kernel_segments()
188 case MH_MAGIC_64: in main()
348 assert(hdr->magic == MH_MAGIC_64);596 if (hdr->magic == MH_MAGIC_64) { in recognize_file()
505 require_action(mach_hdr->magic == MH_MAGIC_64, finish, in validate_and_swap_macho_64()656 } else if (hdr->magic == MH_MAGIC_64) { in unswap_macho()
718 if (mach->magic != MH_MAGIC_64) { in seg_export_macho_header_64()
2169 mach->magic = MH_MAGIC_64;
822 if (header->magic == MH_MAGIC_64 || in parse_machfile()1597 if (header->magic == MH_MAGIC_64 || in check_if_simulator_binary()3530 if (header->magic == MH_MAGIC_64 || in set_code_unprotect()3690 header->mach_header.magic == MH_MAGIC_64) { in get_macho_vnode()3729 header->mach_header.magic != MH_MAGIC_64) { in get_macho_vnode()
301 if (mh->magic != MH_MAGIC_64 || (mh->sizeofcmds > bufsz - sizeof(kernel_mach_header_t))) { in getuuidfromheader_safe()
548 mh64->magic = MH_MAGIC_64; in coredump()
1245 (mach_header->magic != MH_MAGIC_64)) { in exec_mach_imgact()
84 #define MH_MAGIC_64 0xfeedfacf /* the 64-bit mach magic number */ macro
224 if (mh->magic == MH_MAGIC_64) { in kernel_collection_slide()
737 hdr.magic = MH_MAGIC_64; in main()
321 mh_magic = is64bit ? MH_MAGIC_64 : MH_MAGIC; in kern_register_userspace_coredump()
1066 } else if (kext_mh->magic != MH_MAGIC_64 && in kalloc_type_view_parse()