Home
last modified time | relevance | path

Searched refs:ReadExportedSymbols (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.h35 [[nodiscard]] virtual bool ReadExportedSymbols(std::vector<std::string>* symbols,
Delf_reader.cc90 [[nodiscard]] bool ReadExportedSymbols(std::vector<std::string>* symbols,
367 bool ElfFileImpl<ElfT>::ReadExportedSymbols(std::vector<std::string>* symbols, in ReadExportedSymbols() function in nogrod::__anona7aeaf9f0111::ElfFileImpl
Dmain.cc1163 if (!elf_file->ReadExportedSymbols(&names, &error_msg)) { in main()