Searched refs:LC_UNIXTHREAD (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h248 #define LC_UNIXTHREAD 0x5 /* unix thread (includes a stack) */ macro
293 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */
774 * thread_command (cmd == LC_UNIXTHREAD) created for it by the link-editor.
780 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c594 case LC_UNIXTHREAD:
595 printf("LC_UNIXTHREAD ");
/macosx-10.10/emacs-93/
H A Dunexmacosx.c594 case LC_UNIXTHREAD:
595 printf("LC_UNIXTHREAD ");
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_object.c658 case LC_UNIXTHREAD:
664 "LC_UNIXTHREAD/LC_MAIN segment is not valid in a kext."));
949 case LC_UNIXTHREAD:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c715 case LC_UNIXTHREAD:
1242 /* LC_UNIXTHREAD optionally specifies stack size and location */
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp943 case LC_UNIXTHREAD:
H A Ddyld.cpp4532 case LC_UNIXTHREAD:
4811 // main executable uses LC_UNIXTHREAD, dyld needs to let "start" in program set up for main()

Completed in 143 milliseconds