Home
last modified time | relevance | path

Searched refs:MH_CIGAM_64 (Results 1 – 9 of 9) sorted by relevance

/xnu-10002.1.13/tests/
H A Dcorrect_kernel_booted.c65 case MH_CIGAM_64: in get_macho_uuid()
H A Dkas_info.c149 case MH_CIGAM_64: { in disk_kernel_segments()
/xnu-10002.1.13/SETUP/setsegname/
H A Dsetsegname.c185 case MH_CIGAM_64: in main()
/xnu-10002.1.13/EXTERNAL_HEADERS/mach-o/
H A Dloader.h85 #define MH_CIGAM_64 0xcffaedfe /* NXSwapInt(MH_MAGIC_64) */ macro
/xnu-10002.1.13/libkern/kxld/
H A Dkxld_util.c499 if (mach_hdr->magic == MH_CIGAM_64) { in validate_and_swap_macho_64()
/xnu-10002.1.13/tools/kt-dump/
H A Dkt-dump.cpp407 if (hdr->magic == MH_CIGAM_64) { in slice()
/xnu-10002.1.13/bsd/kern/
H A Dmach_loader.c814 header->magic == MH_CIGAM_64) { in parse_machfile()
1589 header->magic == MH_CIGAM_64) { in check_if_simulator_binary()
3674 header->magic == MH_CIGAM_64) { in set_code_unprotect()
H A Dkern_exec.c1191 (mach_header->magic == MH_CIGAM_64)) { in exec_mach_imgact()
/xnu-10002.1.13/osfmk/kern/
H A Dkalloc.c1047 kext_mh->magic != MH_CIGAM_64) { in kalloc_type_view_parse()