Searched refs:prebinding (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoader.h289 bool prebinding; member in struct:ImageLoader::LinkContext
515 // the image is prebindable and its prebinding is valid
H A DImageLoaderMachOClassic.cpp1077 // symbol requires searching images with coalesced symbols (not done during prebinding)
1078 if ( !context.prebinding && !dontCoalesce && (symbolIsWeakReference(undefinedSymbol) || symbolIsWeakDefinition(undefinedSymbol)) ) {
1223 // we are doing relocations, so prebinding was not usable
1232 // The prebinding to elsewhere only happens with 10.4+ update_prebinding which only operates on a small set of Apple dylibs
1584 // we are doing relocations, so prebinding was not usable
1593 // The prebinding to elsewhere only happens with 10.4+ update_prebinding which only operates on a small set of Apple dylibs
1899 // no valid prebinding, so bind symbols.

Completed in 57 milliseconds