Searched refs:IsSymbolExported (Results 1 – 4 of 4) sorted by relevance
70 bool IsSymbolExported(const Elf_Sym *elf_sym) const { in IsSymbolExported() function in header_checker::repr::ELFSoFileParser95 if (!IsSymbolExported(elf_sym) || elf_sym->isUndefined()) { in ELFSoFileParser()
121 bool IsSymbolExported(const ParsedTags &tags);
214 bool VersionScriptParser::IsSymbolExported(const ParsedTags &tags) { in IsSymbolExported() function in header_checker::repr::VersionScriptParser251 if (!IsSymbolExported(tags)) { in ParseSymbolLine()
202 bool IsSymbolExported(const std::string &name) const;360 bool HeaderAbiLinker::IsSymbolExported(const std::string &name) const { in IsSymbolExported() function in HeaderAbiLinker373 return IsSymbolExported(linker_set_key); in LinkFunctions()381 return IsSymbolExported(linker_set_key); in LinkGlobalVars()390 if (!IsSymbolExported(symbol.first)) { in LinkExportedSymbols()