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

/macosx-10.9.5/dyld-239.4/src/
H A DdyldStartup.s139 # LC_MAIN case, set up stack for call to main()
220 # LC_MAIN case, set up stack for call to main()
304 // LC_MAIN case, set up stack for call to main()
H A DImageLoader.h74 #ifndef LC_MAIN
75 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */ macro
77 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
H A DImageLoaderMachO.cpp440 case LC_MAIN:
882 if ( cmd->cmd == LC_MAIN ) {
889 throw "LC_MAIN entryoff is out of range";
/macosx-10.9.5/xnu-2422.115.4/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.9.5/cctools-845/include/mach-o/
H A Dloader.h293 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */ macro
1438 uint32_t cmd; /* LC_MAIN only used in MH_EXECUTE filetypes */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c969 case LC_MAIN:
974 "load commands (cmdsize field of LC_MAIN command %lu "
1601 case LC_MAIN:
H A Dofile.c5793 case LC_MAIN:
5795 Mach_O_error(ofile, "malformed object (LC_MAIN cmdsize "
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c686 case LC_MAIN:
687 printf("LC_MAIN ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c686 case LC_MAIN:
687 printf("LC_MAIN ");
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c649 case LC_MAIN:
654 "LC_UNIXTHREAD/LC_MAIN segment is not valid in a kext."));
940 case LC_MAIN:
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c706 case LC_MAIN:
1156 /* LC_MAIN specifies stack size but not location */
1175 /* kernel does *not* use entryoff from LC_MAIN. Dyld uses it. */
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2243 case LC_MAIN:
3495 printf(" cmd LC_MAIN\n");

Completed in 232 milliseconds