Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
242 if (newFile->exportingFile) in loadDylib()254 if (newFile->exportingFile) in loadDylib()
1727 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()1768 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()1775 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()1792 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1886 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()1890 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()1893 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()1952 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()2120 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
241 DylibFile *exportingFile = nullptr; variable