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

1234

/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
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.9.5/emacs-92/emacs/src/
H A Dunexnext.c262 struct segment_command *segment;
292 segment = ((struct segment_command *)
305 ((struct segment_command *)the_commands[i])->fileoff += fgrowth;
/macosx-10.9.5/cctools-845/ld/
H A Dsections.h53 struct segment_command sg; /* The output file's segment structure. */
H A Drld.c33 extern const struct segment_command *getsegbyname(const char *segname);
457 struct segment_command *sg;
464 sg = (struct segment_command *)getsegbyname(SEG_LINKEDIT);
470 struct segment_command *sg;
497 sg = (struct segment_command *)getsegbyname(SEG_LINKEDIT);
1983 struct segment_command *linkedit;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c243 size_t segment_command_sz = sizeof(struct segment_command);
360 struct segment_command *sc;
416 sc = (struct segment_command *) (header + hoffset);
418 sc->cmdsize = sizeof(struct segment_command);
H A Dmach_loader.c243 widen_segment_command(const struct segment_command *scp32,
922 struct segment_command_64 segment_command, *scp; local
936 segment_command_size = sizeof(struct segment_command);
946 scp = &segment_command;
947 widen_segment_command((struct segment_command *)lcp, scp);
1658 struct segment_command *seg32;
1740 seg32 = (struct segment_command *)lcp;
/macosx-10.9.5/cctools-845/misc/
H A Dcheck_dylib.c289 struct segment_command *sg, *first;
319 sg = (struct segment_command *)lc;
H A Dstrings.c326 struct segment_command *sg;
371 sg = (struct segment_command *)lc;
373 sizeof(struct segment_command));
H A Dchecksyms.c521 struct segment_command *sg;
541 sg = (struct segment_command *)lc;
543 sizeof(struct segment_command));
648 struct segment_command *sg;
682 sg = (struct segment_command *)lc;
H A Dstrip.c954 struct segment_command *sg;
1070 sg = (struct segment_command *)lc;
1077 ((char *)sg + sizeof(struct segment_command));
1907 object->seg_linkedit != (struct segment_command *)lc){
1908 sg = (struct segment_command *)lc;
1910 sizeof(struct segment_command));
2054 object->seg_linkedit != (struct segment_command *)lc){
2055 sg = (struct segment_command *)lc;
2057 sizeof(struct segment_command));
2546 struct segment_command *s
[all...]
H A Dredo_prebinding.c320 struct segment_command sg;
2895 struct segment_command *sg;
2911 sg = (struct segment_command *)lc;
3884 struct segment_command *sg;
3898 sg = (struct segment_command *)lc;
3918 sg = (struct segment_command *)lc;
5395 struct segment_command *sg;
5582 sg = (struct segment_command *)lc;
5585 sizeof(struct segment_command));
5774 struct segment_command *s
[all...]
/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/tcl-102/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.9.5/cctools-845/include/mach-o/
H A Dswap.h60 struct segment_command *sg,
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h141 struct segment_command
/macosx-10.9.5/dtrace-118.1/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.9.5/kext_tools-326.95.1/
H A Dkctool_main.c264 struct segment_command *segmentHeader;
277 segmentHeader = (struct segment_command *)cmdHeader;
/macosx-10.9.5/objc4-551.1/
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.9.5/Csu-79/
H A Dlazy_dylib_loader.c54 typedef struct segment_command macho_segment_command;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
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++.h104 const segment_command *findSegment(const char *segname) const;
/macosx-10.9.5/dyld-239.4/src/
H A DdyldInitialization.cpp59 #define macho_segment_command segment_command
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c207 struct segment_command * segcmd;

Completed in 231 milliseconds

1234