Lines Matching refs:ElfSectionReader
183 class ElfSectionReader { class
185 ElfSectionReader(const char *name, const string &path, int fd, in ElfSectionReader() function in dwarf2reader::ElfSectionReader
212 ~ElfSectionReader() { in ~ElfSectionReader()
303 const ElfSectionReader<ElfArch> *const symbol_section_;
304 const ElfSectionReader<ElfArch> *string_section_;
694 const ElfSectionReader<ElfArch> *GetSectionByType( in GetSectionByType()
713 const ElfSectionReader<ElfArch> *section = GetSection(shndx); in GetSectionContentsByIndex()
733 const ElfSectionReader<ElfArch> *section = GetSection(shndx); in GetSectionContentsByName()
756 const ElfSectionReader<ElfArch> *section = GetSection(shndx); in GetSectionInfoByName()
858 const ElfSectionReader<ElfArch> *shstrtab = in GetSectionName()
868 const ElfSectionReader<ElfArch> *GetSection(int num) { in GetSection()
876 ElfSectionReader<ElfArch> *& reader = sections_[num]; in GetSection()
878 reader = new ElfSectionReader<ElfArch>(name, path_, fd_, in GetSection()
997 vector<ElfSectionReader<ElfArch>*> sections_;