Searched refs:symseg_command (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h86 struct symseg_command *ss,
H A Dloader.h1391 * The symseg_command contains the offset and size of the GNU style
1399 struct symseg_command { struct
1401 uint32_t cmdsize; /* sizeof(struct symseg_command) */
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c249 struct symseg_command *ssp;
369 ssp = (struct symseg_command *)lcp;
490 struct symseg_command *ssp;
612 fatal("more than one symseg_command found in: %s", input);
613 ssp = (struct symseg_command *)lcp;
1073 ssp = (struct symseg_command *)lcp;
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h139 struct symseg_command *ss,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c74 struct symseg_command *ss;
190 ss = (struct symseg_command *)lc;
191 if(ss->cmdsize != sizeof(struct symseg_command)){
1237 ss = (struct symseg_command *)lc;
H A Dofile.c3352 struct symseg_command *ss;
4403 if(l.cmdsize < sizeof(struct symseg_command)){
4408 ss = (struct symseg_command *)lc;
4411 if(ss->cmdsize != sizeof(struct symseg_command)){
H A Dbytesex.c529 struct symseg_command *ss,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c320 ((struct symseg_command *)
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1379 * The symseg_command contains the offset and size of the GNU style
1387 struct symseg_command { struct
1389 uint32_t cmdsize; /* sizeof(struct symseg_command) */
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h236 struct symseg_command *ss,
H A Dofile_print.c1805 struct symseg_command ss;
1948 memset((char *)&ss, '\0', sizeof(struct symseg_command));
1949 size = left < sizeof(struct symseg_command) ?
1950 left : sizeof(struct symseg_command);
2891 * print an LC_SYMSEG command. The symseg_command structure specified must
2896 struct symseg_command *ss,
2903 if(ss->cmdsize != sizeof(struct symseg_command))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h605 struct symseg_command { struct in namespace:llvm::MachO
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c218 struct symseg_command *ss,
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c4189 struct symseg_command *ss;
4823 ss = (struct symseg_command *)lc;

Completed in 381 milliseconds