Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
284 if (newFile->exportingFile) in loadDylib()296 if (newFile->exportingFile) in loadDylib()
1750 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()1801 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()1808 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()1825 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1923 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()1935 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()1938 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()2000 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()2168 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
241 DylibFile *exportingFile = nullptr; variable