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::ELFSoFileParser94 if (!IsSymbolExported(elf_sym) || elf_sym->isUndefined()) { in ELFSoFileParser()
140 bool VersionScriptParser::IsSymbolExported( in IsSymbolExported() function in header_checker::repr::VersionScriptParser174 if (!IsSymbolExported(tags)) { in ParseSymbolLine()
101 bool IsSymbolExported(const ParsedTags &tags);
156 bool IsSymbolExported(const std::string &name) const;317 bool HeaderAbiLinker::IsSymbolExported(const std::string &name) const { in IsSymbolExported() function in HeaderAbiLinker330 return IsSymbolExported(linker_set_key); in LinkFunctions()338 return IsSymbolExported(linker_set_key); in LinkGlobalVars()347 if (!IsSymbolExported(symbol.first)) { in LinkExportedSymbols()