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

1234

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.h765 typedef struct segment_command segmentType;
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c464 struct segment_command sg;
486 memcpy((char *)&sg, (char *)lc, sizeof(struct segment_command));
489 p = (char *)lc + sizeof(struct segment_command);
661 struct segment_command sg;
691 memcpy((char *)&sg, (char *)lc, sizeof(struct segment_command));
694 p = (char *)lc + sizeof(struct segment_command);
/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/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp135 template <> struct macho_segment_content<Pointer32<BigEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; };
137 template <> struct macho_segment_content<Pointer32<LittleEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; };
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c95 struct segment_command *sg,
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c3340 struct segment_command *sg;
3375 sg = (struct segment_command *)lc;
3394 sg = (struct segment_command *)lc;
3396 ((char *)sg + sizeof(struct segment_command));
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c778 struct segment_command segcmd;
/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...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c3346 struct segment_command *sg;
3514 if(l.cmdsize < sizeof(struct segment_command)){
3519 sg = (struct segment_command *)lc;
3524 big_size += sizeof(struct segment_command);
3553 ((char *)sg + sizeof(struct segment_command));
H A Dbytesex.c377 struct segment_command *sg,
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c982 msg->sg.cmdsize = sizeof(struct segment_command) +
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp75 struct macho_segment_command : public segment_command {};
H A DImageLoaderMachOCompressed.cpp57 struct macho_segment_command : public segment_command {};
H A DImageLoaderMachOClassic.cpp80 struct macho_segment_command : public segment_command {};
H A Ddyld.cpp3798 #define macho_segment_command segment_command

Completed in 404 milliseconds

1234