Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
252 if (newFile->exportingFile) in loadDylib()264 if (newFile->exportingFile) in loadDylib()
1729 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()1772 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()1779 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()1796 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1891 exportingFile = (canBeImplicitlyLinked && isImplicitlyLinked(installName)) in DylibFile()1897 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()1900 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()1962 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()2130 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
241 DylibFile *exportingFile = nullptr; variable