Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc183 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()
[all …]