Searched refs:LC_MAIN (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h293 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */ macro
1410 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c656 case LC_MAIN:
661 "LC_UNIXTHREAD/LC_MAIN segment is not valid in a kext."));
945 case LC_MAIN:
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c662 case LC_MAIN:
1079 /* LC_MAIN specifies stack size but not location */
1098 /* kernel does *not* use entryoff from LC_MAIN. Dyld uses it. */

Completed in 31 milliseconds