Searched refs:twolevel_hints_command (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.h63 struct twolevel_hints_command twolevel_hints_command; member in struct:hints_info
H A Dpass2.c559 output_hints_info.twolevel_hints_command.offset -
561 offset = output_hints_info.twolevel_hints_command.offset +
562 output_hints_info.twolevel_hints_command.nhints *
1204 &(output_hints_info.twolevel_hints_command),
1205 output_hints_info.twolevel_hints_command.cmdsize);
1206 header_offset += output_hints_info.twolevel_hints_command.cmdsize;
H A Dlayout.c760 output_hints_info.twolevel_hints_command.nhints *
1159 output_hints_info.twolevel_hints_command.cmd = LC_TWOLEVEL_HINTS;
1160 output_hints_info.twolevel_hints_command.cmdsize =
1161 sizeof(struct twolevel_hints_command);
1163 sizeofcmds += output_hints_info.twolevel_hints_command.cmdsize;
1719 output_hints_info.twolevel_hints_command.offset = offset;
1720 offset += output_hints_info.twolevel_hints_command.nhints *
H A Dpass1.c4197 struct twolevel_hints_command *hints;
5225 hints = (struct twolevel_hints_command *)lc;
5228 if(hints->cmdsize != sizeof(struct twolevel_hints_command)){
H A Dsymbols.c7115 output_hints_info.twolevel_hints_command.offset);
7126 output_hints_info.twolevel_hints_command.offset);
7132 output_flush(output_hints_info.twolevel_hints_command.offset,
8124 output_hints_info.twolevel_hints_command.nhints = nundefsym;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h142 struct twolevel_hints_command *hints_cmd,
H A Dloader.h1085 * The twolevel_hints_command contains the offset and number of hints in the
1088 struct twolevel_hints_command { struct
1090 uint32_t cmdsize; /* sizeof(struct twolevel_hints_command) */
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h138 struct twolevel_hints_command /* the two-level namespace hints command */
H A Dbytesex.h323 struct twolevel_hints_command *hints_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c89 struct twolevel_hints_command *hints;
1024 hints = (struct twolevel_hints_command *)lc;
1025 if(hints->cmdsize != sizeof(struct twolevel_hints_command)){
1627 hints = (struct twolevel_hints_command *)lc;
H A Dwriteout.c42 struct twolevel_hints_command *hints_cmd,
43 struct twolevel_hints_command *old_hints_cmd,
306 struct twolevel_hints_command hints_cmd;
737 struct twolevel_hints_command *hints_cmd,
738 struct twolevel_hints_command *old_hints_cmd,
H A Dcheckout.c123 object->hints_cmd = (struct twolevel_hints_command *)lc;
H A Dofile.c3365 struct twolevel_hints_command *hints;
3981 if(l.cmdsize < sizeof(struct twolevel_hints_command)){
3991 hints = (struct twolevel_hints_command *)lc;
3994 if(hints->cmdsize != sizeof(struct twolevel_hints_command)){
H A Dbytesex.c2409 struct twolevel_hints_command *hints_cmd,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1084 * The twolevel_hints_command contains the offset and number of hints in the
1087 struct twolevel_hints_command { struct
1089 uint32_t cmdsize; /* sizeof(struct twolevel_hints_command) */
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h283 struct twolevel_hints_command *hints,
H A Dmain.c190 struct twolevel_hints_command *hints_cmd);
2012 struct twolevel_hints_command hints_cmd;
2018 memset(&hints_cmd, '\0', sizeof(struct twolevel_hints_command));
2042 * get_hints_cmd() gets the twolevel_hints_command from the mach header and
2053 struct twolevel_hints_command *hints_cmd)
2086 sizeof(struct twolevel_hints_command));
2087 size = left < sizeof(struct twolevel_hints_command) ?
2088 left : sizeof(struct twolevel_hints_command);
H A Dofile_print.c1817 struct twolevel_hints_command hints;
2124 sizeof(struct twolevel_hints_command));
2125 size = left < sizeof(struct twolevel_hints_command) ?
2126 left : sizeof(struct twolevel_hints_command);
3297 * print an LC_TWOLEVEL_HINTS command. The twolevel_hints_command structure
3302 struct twolevel_hints_command *hints,
3309 if(hints->cmdsize != sizeof(struct twolevel_hints_command))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c1160 struct twolevel_hints_command *tlhp = (struct twolevel_hints_command *) lc;
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1160 struct twolevel_hints_command *tlhp = (struct twolevel_hints_command *) lc;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h538 struct twolevel_hints_command { struct in namespace:llvm::MachO
/macosx-10.9.5/cctools-845/misc/
H A Dpagestuff.c492 struct twolevel_hints_command *hints;
558 hints = (struct twolevel_hints_command *)lc;
H A Dinstall_name_tool.c1030 arch->object->hints_cmd = (struct twolevel_hints_command *)lc1;
H A Dstrip.c4115 arch->object->hints_cmd = (struct twolevel_hints_command *)lc1;
4236 arch->object->hints_cmd = (struct twolevel_hints_command *)lc1;
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp585 twolevel_hints_command fields;

Completed in 404 milliseconds

12