Searched refs:IsSymbolExported (Results 1 – 4 of 4) sorted by relevance
72 bool IsSymbolExported(const Elf_Sym *elf_sym) const { in IsSymbolExported() function in header_checker::repr::ELFSoFileParser96 if (!IsSymbolExported(elf_sym) || elf_sym->isUndefined()) { in ELFSoFileParser()
142 bool VersionScriptParser::IsSymbolExported( in IsSymbolExported() function in header_checker::repr::VersionScriptParser176 if (!IsSymbolExported(tags)) { in ParseSymbolLine()
101 bool IsSymbolExported(const ParsedTags &tags);
159 bool IsSymbolExported(const std::string &name) const;320 bool HeaderAbiLinker::IsSymbolExported(const std::string &name) const { in IsSymbolExported() function in HeaderAbiLinker333 return IsSymbolExported(linker_set_key); in LinkFunctions()341 return IsSymbolExported(linker_set_key); in LinkGlobalVars()350 if (!IsSymbolExported(symbol.first)) { in LinkExportedSymbols()