Searched refs:SG_NORELOC (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dfvmlibs.c315 if(flags & SG_NORELOC){
317 flags &= ~SG_NORELOC;
H A Dpass2.c74 * This is used to setting the SG_NORELOC flag in the segment flags correctly.
84 * SG_NORELOC flag in the segments that have no relocation to or for them.
313 * Set the SG_NORELOC flag in the segments that had no relocation to
442 * set_SG_NORELOC_flags() sets the SG_NORELOC flag in the segment that have no
482 msg->sg.flags |= SG_NORELOC;
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c26 * have no relocation can be replaced (SG_NORELOC). This program takes the
532 if(sgp->flags & SG_NORELOC){
567 if(sgp64->flags & SG_NORELOC){
714 if(segs[i].sgp->flags & SG_NORELOC){
782 if(segs[i].sgp64->flags & SG_NORELOC){
1118 if((seg_flags & SG_NORELOC) == 0){
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h368 #define SG_NORELOC 0x4 /* this segment has nothing that was relocated macro
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c759 segcmd.flags = SG_NORELOC;
799 segcmd.flags = SG_NORELOC;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h369 #define SG_NORELOC 0x4 /* this segment has nothing that was relocated macro
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2526 if(flags & SG_NORELOC){
2528 flags &= ~SG_NORELOC;

Completed in 199 milliseconds