Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/os/
H A Dinternal.c71 case MH_MAGIC: in _os_trace_addr_in_text_segment()
/xnu-10063.141.1/libkern/libkern/
H A Dkernel_mach_header.h72 #define MH_MAGIC_KERNEL MH_MAGIC
/xnu-10063.141.1/tests/
H A Dcorrect_kernel_booted.c62 case MH_MAGIC: in get_macho_uuid()
H A Dkas_info.c173 case MH_MAGIC: OS_FALLTHROUGH; in disk_kernel_segments()
/xnu-10063.141.1/SETUP/setsegname/
H A Dsetsegname.c180 case MH_MAGIC: in main()
/xnu-10063.141.1/libkern/kxld/
H A Dkxld_util.c325 require_action(mach_hdr->magic == MH_MAGIC, finish, in validate_and_swap_macho_32()
655 if (hdr->magic == MH_MAGIC) { in unswap_macho()
H A Dkxld_object.c2134 mach->magic = MH_MAGIC;
/xnu-10063.141.1/EXTERNAL_HEADERS/mach-o/
H A Dloader.h65 #define MH_MAGIC 0xfeedface /* the mach magic number */ macro
/xnu-10063.141.1/osfmk/mach/
H A Ddyld_kernel_fixups.h226 } else if (mh->magic == MH_MAGIC) { in kernel_collection_slide()
/xnu-10063.141.1/bsd/kern/
H A Dkern_core.c556 mh->magic = MH_MAGIC; in coredump()
H A Dmach_loader.c3840 if (header->mach_header.magic == MH_MAGIC || in get_macho_vnode()
3879 if (header->mach_header.magic != MH_MAGIC && in get_macho_vnode()
H A Dkern_exec.c1223 if ((mach_header->magic != MH_MAGIC) && in exec_mach_imgact()
/xnu-10063.141.1/SETUP/kextsymboltool/
H A Dkextsymboltool.c775 hdr.magic = MH_MAGIC; in main()
/xnu-10063.141.1/osfmk/kdp/
H A Dprocessor_core.c321 mh_magic = is64bit ? MH_MAGIC_64 : MH_MAGIC; in kern_register_userspace_coredump()