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

12

/macosx-10.10/tcl-105/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.10/xnu-2782.1.97/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)
H A Dkxld_seg.c78 kxld_seg_init_from_macho_32(KXLDSeg *seg, struct segment_command *src)
486 size += sizeof(struct segment_command);
540 struct segment_command *hdr32 =
541 (struct segment_command *) ((void *) (buf + *header_offset));
632 struct segment_command *seghdr = NULL;
640 seghdr = (struct segment_command *) ((void *) (buf + *header_offset));
H A Dkxld_util.c276 struct segment_command *seg_hdr = NULL;
347 seg_hdr = (struct segment_command *) load_hdr;
629 struct segment_command *seg_hdr = NULL;
650 seg_hdr = (struct segment_command *) load_hdr;
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c533 struct segment_command * seg_cmd = (struct segment_command *)lc_cmd;
749 struct segment_command *seg = NULL;
768 seg = (struct segment_command *) lc;
845 struct segment_command *seg = NULL;
863 seg = (struct segment_command *) lc;
921 struct segment_command * macho_get_segment_by_name(
925 struct segment_command *segment = NULL;
937 segment = (struct segment_command *) lc;
990 struct segment_command *segmen
[all...]
H A Dmacho_util.h281 struct segment_command * macho_get_segment_by_name(
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c118 #define segment_command segment_command_64 macro
195 static struct segment_command *data_segment_scp;
710 struct segment_command *scp;
714 scp = (struct segment_command *) lc;
774 struct segment_command *scp = (struct segment_command *) lca[i];
813 struct segment_command *scp = (struct segment_command *) lc;
856 struct segment_command *scp = (struct segment_command *) l
[all...]
H A Dunexnext.c262 struct segment_command *segment;
292 segment = ((struct segment_command *)
305 ((struct segment_command *)the_commands[i])->fileoff += fgrowth;
/macosx-10.10/emacs-93/
H A Dunexmacosx.c118 #define segment_command segment_command_64 macro
195 static struct segment_command *data_segment_scp;
710 struct segment_command *scp;
714 scp = (struct segment_command *) lc;
774 struct segment_command *scp = (struct segment_command *) lca[i];
813 struct segment_command *scp = (struct segment_command *) lc;
856 struct segment_command *scp = (struct segment_command *) l
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dkernel_mach_header.h68 typedef struct segment_command kernel_segment_command_t;
/macosx-10.10/dyld-353.2.1/src/
H A DdyldExceptions.c52 #define macho_segment_command segment_command
H A DdyldInitialization.cpp59 #define macho_segment_command segment_command
/macosx-10.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c243 size_t segment_command_sz = sizeof(struct segment_command);
364 struct segment_command *sc;
420 sc = (struct segment_command *) (header + hoffset);
422 sc->cmdsize = sizeof(struct segment_command);
H A Dmach_loader.c243 widen_segment_command(const struct segment_command *scp32,
948 struct segment_command_64 segment_command, *scp; local
961 segment_command_size = sizeof(struct segment_command);
971 scp = &segment_command;
972 widen_segment_command((struct segment_command *)lcp, scp);
1683 struct segment_command *seg32;
1765 seg32 = (struct segment_command *)lcp;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c548 struct segment_command *sg = NULL;
558 sg = (struct segment_command*) lc;
566 sizeof(struct segment_command));
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c855 fill_ctf_segments(struct segment_command *seg, struct section *sect, uint32_t vmaddr, size_t size, uint32_t offset, int swap)
857 struct segment_command tmpseg = {
859 sizeof(struct segment_command) + sizeof(struct section),
899 struct segment_command ctfseg_command;
901 struct segment_command *curcmd, *ctfcmd;
936 curcmd = (struct segment_command *) (p + sizeof(struct mach_header));
966 curcmd = (struct segment_command *) (((char *)curcmd) + size);
974 ((struct segment_command *)ctfcmd)->vmaddr, ctfsize, sz /* file offset */, swap);
/macosx-10.10/objc4-646/
H A Dmarkgc.c199 void doseg32(void *start, struct segment_command *seg, bool needsFlip, struct gcinfo *gcip) {
295 doseg32(start, (struct segment_command *)lc, needsFlip, gcip);
/macosx-10.10/kext_tools-384.1.4/
H A Dkctool_main.c264 struct segment_command *segmentHeader;
277 segmentHeader = (struct segment_command *)cmdHeader;
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c57 typedef struct segment_command macho_segment_command;
/macosx-10.10/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c207 struct segment_command * segcmd;
/macosx-10.10/dtrace-147/libelf/
H A Dbegin.c78 __swap_segment_command(struct segment_command* segment)
369 struct segment_command seg, *thisSG = (struct segment_command *)thisLC;

Completed in 222 milliseconds

12