Searched refs:segment_command (Results 1 - 25 of 90) sorted by path

1234

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c2133 struct segment_command *sgp = (struct segment_command *)startofcmds;
2137 struct section *sp = (struct section *)((char *)sgp + sizeof(struct segment_command));
2150 sgp = (struct segment_command *)((char *)sgp + _CFBundleSwapInt32Conditional(sgp->cmdsize, swapped));
2202 struct segment_command *sgp = (struct segment_command *)startofcmds;
2206 struct section *sp = (struct section *)((char *)sgp + sizeof(struct segment_command));
2218 sgp = (struct segment_command *)((char *)sgp + _CFBundleSwapInt32Conditional(sgp->cmdsize, swapped));
3985 #define MACH_SEGMENT_CMD_TYPE struct segment_command
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c54 typedef struct segment_command macho_segment_command;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c8984 struct segment_command * linkedit =
14023 struct segment_command * seg_cmd = NULL;
14025 seg_cmd = (struct segment_command *)
14033 seg_cmd = (struct segment_command *)
14056 struct segment_command *seg = macho_get_segment_by_name(mach_header, segname);
14094 struct segment_command *seg = macho_get_segment_by_name(mach_header, segname);
14129 struct segment_command *seg = macho_get_segment_by_name(mach_header, segname);
14160 struct segment_command *seg = macho_get_segment_by_name(mach_header, segname);
14191 struct segment_command *seg = macho_get_segment_by_name(mach_header, segname);
14222 struct segment_command *se
[all...]
H A Dmacho_util.c523 struct segment_command * seg_cmd = (struct segment_command *)lc_cmd;
739 struct segment_command *seg = NULL;
758 seg = (struct segment_command *) lc;
835 struct segment_command *seg = NULL;
853 seg = (struct segment_command *) lc;
911 struct segment_command * macho_get_segment_by_name(
915 struct segment_command *segment = NULL;
927 segment = (struct segment_command *) lc;
980 struct segment_command *segmen
[all...]
H A Dmacho_util.h281 struct segment_command * macho_get_segment_by_name(
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp204 struct segment_command *seg = NULL;
209 seg = (struct segment_command *)cmd;
315 const segment_command *MachOBase::findSegment(const char *segname) const
322 const segment_command *seg = reinterpret_cast<const segment_command *>(command);
337 if (const segment_command *seg = findSegment(segname)) {
H A Dmacho++.h104 const segment_command *findSegment(const char *segname) const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp204 struct segment_command *seg = NULL;
209 seg = (struct segment_command *)cmd;
315 const segment_command *MachOBase::findSegment(const char *segname) const
322 const segment_command *seg = reinterpret_cast<const segment_command *>(command);
337 if (const segment_command *seg = findSegment(segname)) {
H A Dmacho++.h104 const segment_command *findSegment(const char *segname) const;
/macosx-10.9.5/cctools-845/as/
H A Darch64_32.h26 typedef struct segment_command segment_command_t;
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c165 struct segment_command *sg;
214 sg = (struct segment_command *)lc;
218 ((char *)sg + sizeof(struct segment_command));
H A Dmtoc.c563 struct segment_command *sg;
603 sg = (struct segment_command *)lc;
613 ((char *)sg + sizeof(struct segment_command));
633 ((char *)sg + sizeof(struct segment_command));
768 sg = (struct segment_command *)lc;
808 ((char *)sg + sizeof(struct segment_command));
853 ((char *)sg + sizeof(struct segment_command));
1771 struct segment_command *sg;
1834 sg = (struct segment_command *)lc;
1837 ((char *)sg + sizeof(struct segment_command));
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c94 struct segment_command *sg;
183 sg = (struct segment_command *)lc;
185 ((char *)sg + sizeof(struct segment_command));
234 sg = (struct segment_command *)lib_lc;
236 ((char *)sg + sizeof(struct segment_command));
496 struct segment_command *sg;
548 sg = (struct segment_command *)lc;
852 struct segment_command *sg;
870 sg = (struct segment_command *)lc;
872 ((char *)sg + sizeof(struct segment_command));
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dgetsect.h67 extern const struct segment_command *getsegbyname(
H A Dloader.h328 struct segment_command { /* for 32-bit architectures */ struct
362 /* Constants for the flags field of the segment_command */
H A Dswap.h60 struct segment_command *sg,
/macosx-10.9.5/cctools-845/include/standalone/
H A Dlibsa.h55 extern struct segment_command *
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h141 struct segment_command
H A Dbytesex.h113 struct segment_command *sg,
/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c479 struct segment_command *sg,
H A Ddylibs.h59 struct segment_command *sg,
H A Dfvmlibs.c53 static void add_fvmlib_segment(struct segment_command *sg, char *fvmlib_name);
73 struct segment_command *sg;
107 sg = (struct segment_command *)lc;
156 sg = (struct segment_command *)lc;
222 struct segment_command *sg,
H A Dlayout.c982 msg->sg.cmdsize = sizeof(struct segment_command) +
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 Dpass1.h175 struct segment_command *seg_linkedit,

Completed in 523 milliseconds

1234