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
136 if (file_magic == MH_MAGIC_64) { in main()153 if (hdr->magic != MH_MAGIC_64) { in main()
68 case MH_MAGIC_64: in get_macho_uuid()
148 case MH_MAGIC_64: OS_FALLTHROUGH; in disk_kernel_segments()
188 case MH_MAGIC_64: in main()
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;
809 if (header->magic == MH_MAGIC_64 || in parse_machfile()1584 if (header->magic == MH_MAGIC_64 || in check_if_simulator_binary()3653 if (header->magic == MH_MAGIC_64 || in set_code_unprotect()3813 header->mach_header.magic == MH_MAGIC_64) { in get_macho_vnode()3852 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()
547 mh64->magic = MH_MAGIC_64; in coredump()
1195 (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()
305 mh_magic = is64bit ? MH_MAGIC_64 : MH_MAGIC; in kern_register_userspace_coredump()
955 } else if (kext_mh->magic != MH_MAGIC_64 && in kalloc_type_view_parse()