Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
236 if (newFile->exportingFile) in loadDylib()248 if (newFile->exportingFile) in loadDylib()
1792 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()1832 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()1839 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()1856 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1919 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()1922 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()1925 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()1985 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()2145 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
233 DylibFile *exportingFile = nullptr; variable