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

1234

/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsegbyname.c55 * This routine returns the segment_command structure for the named segment if
63 const struct segment_command *
67 struct segment_command *sgp;
82 sgp = (struct segment_command *)
88 sgp = (struct segment_command *)((char *)sgp + sgp->cmdsize);
H A Dgetsecbyname.c63 struct segment_command *sgp;
67 sgp = (struct segment_command *)
74 sizeof(struct segment_command));
85 sgp = (struct segment_command *)((char *)sgp + sgp->cmdsize);
142 struct segment_command *sgp;
146 sgp = (struct segment_command *)
162 sizeof(struct segment_command));
182 sgp = (struct segment_command *)((char *)sgp + sgp->cmdsize);
184 sgp = (struct segment_command *)((char *)sgp +
269 struct segment_command *sg
[all...]
H A Dget_end.c67 struct segment_command *sgp;
80 sgp = (struct segment_command *)
86 sgp = (struct segment_command *)((char *)sgp + sgp->cmdsize);
/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/libstuff/
H A Dofile_get_word.c38 struct segment_command *sg;
47 sg = (struct segment_command *)lc;
49 ((char *)sg + sizeof(struct segment_command));
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c85 struct segment_command *sg = NULL;
95 sg = (struct segment_command*) lc;
103 sizeof(struct segment_command));
/macosx-10.9.5/cctools-845/ld/
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 Dpass1.h175 struct segment_command *seg_linkedit,
/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c47 struct segment_command *sg);
145 struct segment_command *sg;
158 sg = (struct segment_command *)lc;
230 sg = (struct segment_command *)lc;
278 struct segment_command *sg)
289 s = (struct section *)((char *)lc + sizeof(struct segment_command));
H A Dctf_insert.c459 struct segment_command *sg;
463 struct segment_command *sg_CTF;
472 added_header_size = sizeof(struct segment_command) +
494 sg = (struct segment_command *)lc;
500 ((char *)sg + sizeof(struct segment_command));
557 sg_CTF = (struct segment_command *)
559 memset(sg_CTF, '\0', sizeof(struct segment_command));
561 sg_CTF->cmdsize = sizeof(struct segment_command) +
573 ((char *)sg_CTF + sizeof(struct segment_command));
587 sizeof(struct segment_command)
[all...]
H A Dsize.c222 struct segment_command *sg;
254 sg = (struct segment_command *)lc;
271 sizeof(struct segment_command));
359 sg = (struct segment_command *)lc;
362 sizeof(struct segment_command));
H A Dsegedit.c89 struct segment_command *sgp;/* pointer to the segment_command */
244 struct segment_command *sgp;
346 sgp = (struct segment_command *)lcp;
348 sizeof(struct segment_command));
391 struct segment_command *sgp;
400 sgp = (struct segment_command *)lcp;
402 sizeof(struct segment_command));
485 struct segment_command *sgp, *linkedit_sgp;
526 sgp = (struct segment_command *)lc
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.h43 struct segment_command;
64 kern_return_t kxld_seg_init_from_macho_32(KXLDSeg *seg, struct segment_command *src)
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
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/cctools-845/include/mach-o/
H A Dgetsect.h67 extern const struct segment_command *getsegbyname(
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c118 #define segment_command segment_command_64 macro
195 static struct segment_command *data_segment_scp;
706 struct segment_command *scp;
710 scp = (struct segment_command *) lc;
770 struct segment_command *scp = (struct segment_command *) lca[i];
809 struct segment_command *scp = (struct segment_command *) lc;
852 struct segment_command *scp = (struct segment_command *) l
[all...]
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c118 #define segment_command segment_command_64 macro
195 static struct segment_command *data_segment_scp;
706 struct segment_command *scp;
710 scp = (struct segment_command *) lc;
770 struct segment_command *scp = (struct segment_command *) lca[i];
809 struct segment_command *scp = (struct segment_command *) lc;
852 struct segment_command *scp = (struct segment_command *) l
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h68 typedef struct segment_command kernel_segment_command_t;
/macosx-10.9.5/cctools-845/include/standalone/
H A Dlibsa.h55 extern struct segment_command *
/macosx-10.9.5/dyld-239.4/src/
H A DdyldExceptions.c51 #define macho_segment_command segment_command
/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/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)) {
/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)) {

Completed in 323 milliseconds

1234