Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc82 class ElfFileImpl : public ElfFile { class
84 ~ElfFileImpl() override;
86 [[nodiscard]] static std::unique_ptr<ElfFileImpl<ElfT>> Create(const char* path,
95 explicit ElfFileImpl(const char* path, int fd);
189 ElfFileImpl<ElfT>::ElfFileImpl(const char* path, int fd) in ElfFileImpl() function in nogrod::__anona7aeaf9f0111::ElfFileImpl
193 ElfFileImpl<ElfT>::~ElfFileImpl() { in ~ElfFileImpl()
198 bool ElfFileImpl<ElfT>::ValidateShdrTable(std::string* error_msg) { in ValidateShdrTable()
237 T* ElfFileImpl<ElfT>::OffsetToAddr(typename ElfT::Off offset) const { in OffsetToAddr()
244 T* ElfFileImpl<ElfT>::ShdrOffsetToAddr(const typename ElfT::Shdr* shdr) const { in ShdrOffsetToAddr()
250 bool ElfFileImpl<ElfT>::Init(std::string* error_msg) { in Init()
[all …]