Searched refs:MH_SPLIT_SEGS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h138 #define MH_SPLIT_SEGS 0x20 /* the file has its read-only and macro
973 * For MH_SPLIT_SEGS images r_address is set to the the offset from the
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp684 return ( (this->getFlags() & MH_SPLIT_SEGS) != 0 );
690 return ( (this->getFlags() & MH_SPLIT_SEGS) != 0 );
H A DMachORebaser.hpp906 if ( fSplittingSegments && ((fHeader->flags() & MH_SPLIT_SEGS) == 0) ) {
996 if ( fHeader->flags() & MH_SPLIT_SEGS ) {
H A DMachOBinder.hpp170 ((macho_header<P>*)this->fHeader)->set_flags(this->fHeader->flags() | MH_PREBOUND | MH_SPLIT_SEGS | 0x80000000);
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp99 fIsSplitSeg = ((mh->flags & MH_SPLIT_SEGS) != 0);

Completed in 202 milliseconds