Searched refs:MH_EXECUTE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c314 * (which is the only file of type MH_EXECUTE we should ever see),
318 if (mach_hdr->filetype == MH_EXECUTE) {
485 * (which is the only file of type MH_EXECUTE we should ever see),
489 if (mach_hdr->filetype == MH_EXECUTE) {
H A Dkxld_object.c277 case MH_EXECUTE:
730 require_action(filetype == MH_EXECUTE, finish, rval=KERN_FAILURE;
732 "The kernel file is not of type MH_EXECUTE."));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h90 * boundary for efficient demand pageing. The MH_EXECUTE, MH_FVMLIB, MH_DYLIB,
111 #define MH_EXECUTE 0x2 /* demand paged executable file */ macro
176 MH_EXECUTE filetypes. */
192 MH_EXECUTE filetypes. */
207 require it. Only used in MH_EXECUTE
380 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
557 /* references for MH_EXECUTE files */
590 /* option to ld(1) for MH_EXECUTE and */
726 * A program (filetype == MH_EXECUTE) that is
1410 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetype
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c517 case MH_EXECUTE:

Completed in 82 milliseconds