Home
last modified time | relevance | path

Searched refs:ELFSoFileParser (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/header-abi-util/src/
Dso_file_parser.cpp47 const std::set<std::string> &ELFSoFileParser<T>::GetFunctions() const { in GetFunctions()
52 const std::set<std::string> &ELFSoFileParser<T>::GetGlobVars() const { in GetGlobVars()
57 bool ELFSoFileParser<T>::IsSymbolExported(const Elf_Sym *elf_sym) const { in IsSymbolExported()
68 void ELFSoFileParser<T>::GetSymbols() { in GetSymbols()
90 return llvm::make_unique<ELFSoFileParser<T>>(elfo); in CreateELFSoFileParser()
/development/vndk/tools/header-checker/header-abi-util/include/
Dheader_abi_util.h112 class ELFSoFileParser : public SoFileParser {
122 ELFSoFileParser(const ELFObjectFile<T> *obj) : obj_(obj) {} in ELFSoFileParser() function
123 virtual ~ELFSoFileParser() override {}; in ~ELFSoFileParser()