Searched refs:exportingFile (Results 1 – 3 of 3) sorted by relevance
232 if (newFile->exportingFile) in loadDylib()244 if (newFile->exportingFile) in loadDylib()
1009 exportingFile = isImplicitlyLinked(installName) ? this : this->umbrella; in DylibFile()1019 symbols.push_back(symtab->addDylib(savedName, exportingFile, in DylibFile()1041 loadReexport(reexportPath, exportingFile, nullptr); in parseLoadCommands()1094 exportingFile = isImplicitlyLinked(installName) ? this : umbrella; in DylibFile()1096 symbols.push_back(symtab->addDylib(saver.save(name), exportingFile, in DylibFile()1136 loadReexport(intfRef.getInstallName(), exportingFile, topLevel); in parseReexports()
153 DylibFile *exportingFile = nullptr; variable