Home
last modified time | relevance | path

Searched refs:IsSymbolExported (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.cpp70 bool IsSymbolExported(const Elf_Sym *elf_sym) const { in IsSymbolExported() function in header_checker::repr::ELFSoFileParser
95 if (!IsSymbolExported(elf_sym) || elf_sym->isUndefined()) { in ELFSoFileParser()
Dversion_script_parser.h121 bool IsSymbolExported(const ParsedTags &tags);
Dversion_script_parser.cpp214 bool VersionScriptParser::IsSymbolExported(const ParsedTags &tags) { in IsSymbolExported() function in header_checker::repr::VersionScriptParser
251 if (!IsSymbolExported(tags)) { in ParseSymbolLine()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp202 bool IsSymbolExported(const std::string &name) const;
360 bool HeaderAbiLinker::IsSymbolExported(const std::string &name) const { in IsSymbolExported() function in HeaderAbiLinker
373 return IsSymbolExported(linker_set_key); in LinkFunctions()
381 return IsSymbolExported(linker_set_key); in LinkGlobalVars()
390 if (!IsSymbolExported(symbol.first)) { in LinkExportedSymbols()