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

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h185 #define MH_NO_REEXPORTED_DYLIBS 0x100000 /* When this bit is set on a dylib, macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h185 #define MH_NO_REEXPORTED_DYLIBS 0x100000 /* When this bit is set on a dylib, macro
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp403 if ( (this->fHeader->flags() & MH_NO_REEXPORTED_DYLIBS) == 0 ) {
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1756 if(f & MH_NO_REEXPORTED_DYLIBS){
1758 f &= ~MH_NO_REEXPORTED_DYLIBS;

Completed in 256 milliseconds