Home
last modified time | relevance | path

Searched refs:MH_MAGIC (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.121.3/libkern/os/ !
H A Dinternal.c71 case MH_MAGIC: in _os_trace_addr_in_text_segment()
/xnu-8020.121.3/libkern/libkern/ !
H A Dkernel_mach_header.h72 #define MH_MAGIC_KERNEL MH_MAGIC
/xnu-8020.121.3/tests/ !
H A Dcorrect_kernel_booted.c62 case MH_MAGIC: in get_macho_uuid()
H A Dkas_info.c134 case MH_MAGIC: OS_FALLTHROUGH; in disk_kernel_segments()
/xnu-8020.121.3/SETUP/setsegname/ !
H A Dsetsegname.c180 case MH_MAGIC: in main()
/xnu-8020.121.3/libkern/kxld/ !
H A Dkxld_util.c320 require_action(mach_hdr->magic == MH_MAGIC, finish, in validate_and_swap_macho_32()
650 if (hdr->magic == MH_MAGIC) { in unswap_macho()
H A Dkxld_object.c2129 mach->magic = MH_MAGIC;
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/ !
H A Dloader.h65 #define MH_MAGIC 0xfeedface /* the mach magic number */ macro
/xnu-8020.121.3/bsd/kern/ !
H A Dkern_core.c408 mh->magic = MH_MAGIC; in coredump()
H A Dmach_loader.c3515 if (header->mach_header.magic == MH_MAGIC || in get_macho_vnode()
3554 if (header->mach_header.magic != MH_MAGIC && in get_macho_vnode()
H A Dkern_exec.c1041 if ((mach_header->magic != MH_MAGIC) && in exec_mach_imgact()
/xnu-8020.121.3/osfmk/mach/ !
H A Ddyld_kernel_fixups.h226 } else if (mh->magic == MH_MAGIC) { in kernel_collection_slide()
/xnu-8020.121.3/SETUP/kextsymboltool/ !
H A Dkextsymboltool.c775 hdr.magic = MH_MAGIC; in main()