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

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp600 const char* importedName = (char*)p; local
601 if ( importedName[0] == '\0' )
602 importedName = symbol;
605 //dyld::log("Compressed::findExportedSymbol(), %s -> %s/%s\n", symbol, reexportedFrom->getShortName(), importedName);
606 return reexportedFrom->findExportedSymbol(importedName, true, foundIn);

Completed in 98 milliseconds