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

/macosx-10.10/dyld-353.2.1/src/
H A DdyldStartup.s113 # LC_MAIN case, set up stack for call to main()
180 # LC_MAIN case, set up stack for call to main()
249 // LC_MAIN case, set up stack for call to main()
311 // LC_MAIN case, set up stack for call to main()
H A DImageLoader.h90 #ifndef LC_MAIN
91 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */ macro
93 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
H A DImageLoaderMachO.cpp449 case LC_MAIN:
921 if ( cmd->cmd == LC_MAIN ) {
928 throw "LC_MAIN entryoff is out of range";
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h293 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */ macro
1426 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c690 case LC_MAIN:
691 printf("LC_MAIN ");
/macosx-10.10/emacs-93/
H A Dunexmacosx.c690 case LC_MAIN:
691 printf("LC_MAIN ");
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c659 case LC_MAIN:
664 "LC_UNIXTHREAD/LC_MAIN segment is not valid in a kext."));
950 case LC_MAIN:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c724 case LC_MAIN:
1175 /* LC_MAIN specifies stack size but not location */
1194 /* kernel does *not* use entryoff from LC_MAIN. Dyld uses it. */

Completed in 252 milliseconds