Searched refs:segment_command (Results 51 - 75 of 90) sorted by relevance

1234

/macosx-10.9.5/cctools-845/otool/
H A Dprint_objc.c1120 struct segment_command sg;
1152 memset((char *)&sg, '\0', sizeof(struct segment_command));
1153 size = left < sizeof(struct segment_command) ?
1154 left : sizeof(struct segment_command);
1159 p = (char *)lc + sizeof(struct segment_command);
1309 struct segment_command sg;
1333 memset((char *)&sg, '\0', sizeof(struct segment_command));
1334 size = left < sizeof(struct segment_command) ?
1335 left : sizeof(struct segment_command);
1340 p = (char *)lc + sizeof(struct segment_command);
[all...]
H A Dofile_print.c1799 struct segment_command sg;
1854 memset((char *)&sg, '\0', sizeof(struct segment_command));
1855 size = left < sizeof(struct segment_command) ?
1856 left : sizeof(struct segment_command);
1864 p = (char *)lc + sizeof(struct segment_command);
2415 * print an LC_SEGMENT command. The fields of the segment_command must
2440 expected_cmdsize += sizeof(struct segment_command);
5927 struct segment_command sg;
5962 memset((char *)&sg, '\0', sizeof(struct segment_command));
5963 size = left < sizeof(struct segment_command)
[all...]
H A Dprint_objc2_32bit.c1199 struct segment_command sg;
1231 memset((char *)&sg, '\0', sizeof(struct segment_command));
1232 size = left < sizeof(struct segment_command) ?
1233 left : sizeof(struct segment_command);
1245 p = (char *)lc + sizeof(struct segment_command);
H A Dmain.c2307 struct segment_command sg;
2341 memset((char *)&sg, '\0', sizeof(struct segment_command));
2342 size = left < sizeof(struct segment_command) ?
2343 left : sizeof(struct segment_command);
2351 p = (char *)lc + sizeof(struct segment_command);
2979 struct segment_command sg;
3023 memset((char *)&sg, '\0', sizeof(struct segment_command));
3024 size = left < sizeof(struct segment_command) ?
3025 left : sizeof(struct segment_command);
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c68 struct segment_command *sg;
150 sg = (struct segment_command *)lc;
151 if(sg->cmdsize != sizeof(struct segment_command) +
1211 sg = (struct segment_command *)lc;
1213 ((char *)sg + sizeof(struct segment_command));
H A Dcheckout.c82 struct segment_command *sg;
165 sg = (struct segment_command *)lc;
H A Dwriteout.c890 struct segment_command *sg;
926 sg = (struct segment_command *)lc;
949 sg = (struct segment_command *)lc;
951 ((char *)sg + sizeof(struct segment_command));
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h113 struct segment_command *sg,
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c646 struct segment_command *sg;
729 sg = (struct segment_command *)lc1;
731 ((char *)sg + sizeof(struct segment_command));
1036 sg = (struct segment_command *)lc1;
H A Dcodesign_allocate.c648 struct segment_command *sg;
675 sg = (struct segment_command *)lc;
677 ((char *)sg + sizeof(struct segment_command));
H A Dnm.c489 struct segment_command *sg;
542 sg = (struct segment_command *)lc;
580 sg = (struct segment_command *)lc;
582 ((char *)sg + sizeof(struct segment_command));
H A Dseg_addr_table.c2066 struct segment_command *sg, *first;
2094 sg = (struct segment_command *)lc;
2204 struct segment_command *sg;
2224 sg = (struct segment_command *)lc;
H A Dlipo.c1538 struct segment_command *sgp, sg;
1579 sgp = (struct segment_command *)lcp;
1587 sizeof(struct segment_command));
H A Dpagestuff.c493 struct segment_command *sg;
576 sg = (struct segment_command *)lc;
578 ((char *)sg + sizeof(struct segment_command));
/macosx-10.9.5/dtrace-118.1/libelf/
H A Dbegin.c79 __swap_segment_command(struct segment_command* segment)
372 struct segment_command seg, *thisSG = (struct segment_command *)thisLC;
H A Ddecl.h86 extern void __swap_segment_command(struct segment_command *);
H A Dclscook.c208 #define _segcmd segment_command
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c303 struct segment_command *sg,
2055 struct segment_command *sg;
2481 sg = (struct segment_command *)lc;
4184 struct segment_command *sg;
4534 sg = (struct segment_command *)lc;
4537 if(sg->cmdsize != sizeof(struct segment_command) +
4586 ((char *)sg + sizeof(struct segment_command));
5562 struct segment_command *seg_linkedit,
5571 struct segment_command *sg;
5623 sg = (struct segment_command *)l
[all...]
H A Ddylibs.c479 struct segment_command *sg,
H A Dpass2.c1057 sizeof(struct segment_command));
1058 header_offset += sizeof(struct segment_command);
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c534 struct segment_command *seg_hdr =
535 (struct segment_command *) cmd_hdr;
585 struct segment_command *seg_hdr =
586 (struct segment_command *) cmd_hdr;
871 struct segment_command *seg_hdr =
872 (struct segment_command *) cmd_hdr;
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c48 typedef struct segment_command macho_segment_command;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h327 struct segment_command { /* for 32-bit architectures */ struct
361 /* Constants for the flags field of the segment_command */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h328 struct segment_command { /* for 32-bit architectures */ struct
362 /* Constants for the flags field of the segment_command */
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h122 // Constant bits for the "flags" field in llvm::MachO::segment_command
312 struct segment_command { struct in namespace:llvm::MachO

Completed in 234 milliseconds

1234