Searched refs:MH_PREBOUND (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h136 #define MH_PREBOUND 0x10 /* the file has its dynamic undefined macro
157 when MH_PREBOUND is not set. */
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp264 if ( (fHeader->flags() & MH_PREBOUND) != 0 ) {
274 if ( (fHeader->flags() & MH_PREBOUND) != 0 ) {
H A DMachOBinder.hpp168 fOriginallyPrebound = ((this->fHeader->flags() & MH_PREBOUND) != 0);
170 ((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.cpp735 return ( (mh->flags & MH_PREBOUND) != 0 );

Completed in 84 milliseconds