Searched refs:flatFindExportedSymbol (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.h88 extern bool flatFindExportedSymbol(const char* name, const ImageLoader::Symbol** sym, const ImageLoader** image);
H A DdyldAPIs.cpp412 if ( dyld::flatFindExportedSymbol(symbolName, &sym, (const ImageLoader**)&image) ) {
441 if ( dyld::flatFindExportedSymbol(symbolName, &sym, &image) ) {
464 || dyld::flatFindExportedSymbol(symbolName, &sym, &image) ) {
486 if ( dyld::flatFindExportedSymbol(symbolName, &sym, &image) ) {
502 found = dyld::flatFindExportedSymbol(symbolName, &sym, &image);
664 return dyld::flatFindExportedSymbol(symbolName, &sym, &image);
676 found = dyld::flatFindExportedSymbol(symbolName, &sym, &image);
1671 if ( dyld::flatFindExportedSymbol(underscoredName, &sym, &image) ) {
H A Ddyld.cpp3831 bool flatFindExportedSymbol(const char* name, const ImageLoader::Symbol** sym, const ImageLoader** image) function in namespace:dyld
3968 gLinkContext.flatExportFinder = &flatFindExportedSymbol;

Completed in 91 milliseconds