Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
238 if (newFile->exportingFile) in loadDylib()250 if (newFile->exportingFile) in loadDylib()
1704 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()1744 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(entry.name))) in parseExportedSymbols()1751 symtab->addDylib(entry.name, exportingFile, isWeakDef, isTlv)); in parseExportedSymbols()1768 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1862 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()1866 if (exportingFile->hiddenSymbols.contains(CachedHashStringRef(savedName))) in DylibFile()1869 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()1928 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()2096 exportingFile->hiddenSymbols.insert(CachedHashStringRef(symbolName)); in handleLDHideSymbol()
234 DylibFile *exportingFile = nullptr; variable