Searched refs:entry_point_command (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h363 struct entry_point_command *ep,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c78 struct entry_point_command *ep;
970 ep = (struct entry_point_command *)lc;
1602 ep = (struct entry_point_command *)lc;
H A Dofile.c3376 struct entry_point_command *ep;
5794 if(l.cmdsize < sizeof(struct entry_point_command)){
5799 ep = (struct entry_point_command *)lc;
H A Dbytesex.c2596 struct entry_point_command *ep,
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c180 struct entry_point_command *epc,
712 (struct entry_point_command *) lcp,
1137 struct entry_point_command *epc,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1420 * The entry_point_command is a replacement for thread_command.
1425 struct entry_point_command { struct
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h303 struct entry_point_command *ep);
H A Dofile_print.c1827 struct entry_point_command ep;
2244 memset((char *)&ep, '\0', sizeof(struct entry_point_command));
2245 size = left < sizeof(struct entry_point_command) ?
2246 left : sizeof(struct entry_point_command);
3488 * print a entry_point_command. The entry_point_command structure
3493 struct entry_point_command *ep)
3497 if(ep->cmdsize < sizeof(struct entry_point_command))
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h1432 * The entry_point_command is a replacement for thread_command.
1437 struct entry_point_command { struct
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.h76 struct entry_point_command { struct
H A DImageLoaderMachO.cpp883 entry_point_command* mainCmd = (entry_point_command*)cmd;

Completed in 331 milliseconds