Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/SETUP/setsegname/ !
H A Dsetsegname.c185 case MH_CIGAM_64: in main()
/xnu-8796.121.2/EXTERNAL_HEADERS/mach-o/ !
H A Dloader.h85 #define MH_CIGAM_64 0xcffaedfe /* NXSwapInt(MH_MAGIC_64) */ macro
/xnu-8796.121.2/libkern/kxld/ !
H A Dkxld_util.c498 if (mach_hdr->magic == MH_CIGAM_64) { in validate_and_swap_macho_64()
/xnu-8796.121.2/bsd/kern/ !
H A Dmach_loader.c810 header->magic == MH_CIGAM_64) { in parse_machfile()
1585 header->magic == MH_CIGAM_64) { in check_if_simulator_binary()
3654 header->magic == MH_CIGAM_64) { in set_code_unprotect()
H A Dkern_exec.c1189 (mach_header->magic == MH_CIGAM_64)) { in exec_mach_imgact()
/xnu-8796.121.2/osfmk/kern/ !
H A Dkalloc.c956 kext_mh->magic != MH_CIGAM_64) { in kalloc_type_view_parse()