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

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoader.cpp62 std::vector<ImageLoader::InterposeTuple>ImageLoader::fgInterposingTuples; member in class:ImageLoader
350 if ( fgInterposingTuples.size() != 0 )
357 //dyld::log("interposedAddress(0x%08llX), tupleCount=%lu\n", (uint64_t)address, fgInterposingTuples.size());
358 for (std::vector<InterposeTuple>::iterator it=fgInterposingTuples.begin(); it != fgInterposingTuples.end(); it++) {
381 for (std::vector<InterposeTuple>::iterator it=fgInterposingTuples.begin(); it != fgInterposingTuples.end(); it++) {
386 ImageLoader::fgInterposingTuples.push_back(tuple);
431 if ( !context.linkingMainExecutable && (fgInterposingTuples.size() != 0) ) {
H A DImageLoader.h753 static std::vector<InterposeTuple> fgInterposingTuples; member in class:ImageLoader
H A DImageLoaderMachO.cpp856 for (std::vector<InterposeTuple>::iterator it=fgInterposingTuples.begin(); it != fgInterposingTuples.end(); it++) {
861 ImageLoader::fgInterposingTuples.push_back(tuple);
H A DImageLoaderMachOCompressed.cpp1471 dyld::log("dyld: interposing %lu tuples onto image: %s\n", fgInterposingTuples.size(), this->getPath());
H A DImageLoaderMachOClassic.cpp1937 dyld::log("dyld: interposing %lu tuples onto: %s\n", fgInterposingTuples.size(), this->getPath());

Completed in 80 milliseconds