Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dcorrect_kernel_booted.c65 case MH_CIGAM_64: in get_macho_uuid()
H A Dkas_info.c142 case MH_CIGAM_64: { in disk_kernel_segments()
/xnu-8020.101.4/SETUP/setsegname/
H A Dsetsegname.c185 case MH_CIGAM_64: in main()
/xnu-8020.101.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h85 #define MH_CIGAM_64 0xcffaedfe /* NXSwapInt(MH_MAGIC_64) */ macro
/xnu-8020.101.4/libkern/kxld/
H A Dkxld_util.c494 if (mach_hdr->magic == MH_CIGAM_64) { in validate_and_swap_macho_64()
/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c805 header->magic == MH_CIGAM_64) { in parse_machfile()
1545 header->magic == MH_CIGAM_64) { in check_if_simulator_binary()
3357 header->magic == MH_CIGAM_64) { in set_code_unprotect()
H A Dkern_exec.c1036 (mach_header->magic == MH_CIGAM_64)) { in exec_mach_imgact()
/xnu-8020.101.4/osfmk/kern/
H A Dkalloc.c1210 kext_mh->magic != MH_CIGAM_64) { in kalloc_type_view_parse()