Home
last modified time | relevance | path

Searched refs:MH_MAGIC_64 (Results 1 – 18 of 18) sorted by relevance

/xnu-10002.1.13/libkern/os/
H A Dinternal.c75 case MH_MAGIC_64: in _os_trace_addr_in_text_segment()
/xnu-10002.1.13/libkern/libkern/
H A Dkernel_mach_header.h62 #define MH_MAGIC_KERNEL MH_MAGIC_64
/xnu-10002.1.13/tests/
H A Dcorrect_kernel_booted.c68 case MH_MAGIC_64: in get_macho_uuid()
H A Dkas_info.c148 case MH_MAGIC_64: OS_FALLTHROUGH; in disk_kernel_segments()
/xnu-10002.1.13/SETUP/setsegname/
H A Dsetsegname.c188 case MH_MAGIC_64: in main()
/xnu-10002.1.13/libkern/kxld/
H A Dkxld_util.c506 require_action(mach_hdr->magic == MH_MAGIC_64, finish, in validate_and_swap_macho_64()
657 } else if (hdr->magic == MH_MAGIC_64) { in unswap_macho()
H A Dkxld_seg.c718 if (mach->magic != MH_MAGIC_64) { in seg_export_macho_header_64()
H A Dkxld_object.c2169 mach->magic = MH_MAGIC_64;
/xnu-10002.1.13/tools/kt-dump/
H A Dkt-dump.cpp348 assert(hdr->magic == MH_MAGIC_64);
596 if (hdr->magic == MH_MAGIC_64) { in recognize_file()
/xnu-10002.1.13/bsd/kern/
H A Dmach_loader.c813 if (header->magic == MH_MAGIC_64 || in parse_machfile()
1588 if (header->magic == MH_MAGIC_64 || in check_if_simulator_binary()
3673 if (header->magic == MH_MAGIC_64 || in set_code_unprotect()
3833 header->mach_header.magic == MH_MAGIC_64) { in get_macho_vnode()
3872 header->mach_header.magic != MH_MAGIC_64) { in get_macho_vnode()
H A Dchunklist.c301 if (mh->magic != MH_MAGIC_64 || (mh->sizeofcmds > bufsz - sizeof(kernel_mach_header_t))) { in getuuidfromheader_safe()
H A Dkern_core.c546 mh64->magic = MH_MAGIC_64; in coredump()
H A Dkern_exec.c1197 (mach_header->magic != MH_MAGIC_64)) { in exec_mach_imgact()
/xnu-10002.1.13/EXTERNAL_HEADERS/mach-o/
H A Dloader.h84 #define MH_MAGIC_64 0xfeedfacf /* the 64-bit mach magic number */ macro
/xnu-10002.1.13/osfmk/mach/
H A Ddyld_kernel_fixups.h224 if (mh->magic == MH_MAGIC_64) { in kernel_collection_slide()
/xnu-10002.1.13/SETUP/kextsymboltool/
H A Dkextsymboltool.c737 hdr.magic = MH_MAGIC_64; in main()
/xnu-10002.1.13/osfmk/kdp/
H A Dprocessor_core.c305 mh_magic = is64bit ? MH_MAGIC_64 : MH_MAGIC; in kern_register_userspace_coredump()
/xnu-10002.1.13/osfmk/kern/
H A Dkalloc.c1046 } else if (kext_mh->magic != MH_MAGIC_64 && in kalloc_type_view_parse()