Searched refs:ElfReaderImpl (Results 1 – 2 of 2) sorted by relevance
33 class ElfReaderImpl; variable152 ElfReaderImpl<Elf32> *GetImpl32();154 ElfReaderImpl<Elf64> *GetImpl64();161 ElfReaderImpl<Elf32> *impl32_;162 ElfReaderImpl<Elf64> *impl64_;
113 template <class ElfArch> class ElfReaderImpl;252 SymbolIterator(ElfReaderImpl<ElfArch> *reader, in SymbolIterator()327 class ElfReaderImpl { class329 explicit ElfReaderImpl(const string &path, int fd) in ElfReaderImpl() function in dwarf2reader::ElfReaderImpl374 ~ElfReaderImpl() { in ~ElfReaderImpl()1069 if (!ElfReaderImpl<ElfArch>::IsArchElfFile(fd, NULL)) { in IsElfFile()1223 ElfReaderImpl<Elf32> *ElfReader::GetImpl32() { in GetImpl32()1225 impl32_ = new ElfReaderImpl<Elf32>(path_, fd_); in GetImpl32()1230 ElfReaderImpl<Elf64> *ElfReader::GetImpl64() { in GetImpl64()1232 impl64_ = new ElfReaderImpl<Elf64>(path_, fd_); in GetImpl64()[all …]