Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Delf_reader.h107 const char *GetSectionByIndex(int shndx, size_t *size);
Ddwarf2reader.cc789 section_data = elf_reader_->GetSectionByIndex(shndx, &section_size); in ReadDebugSectionsForCU()
795 section_data = elf_reader_->GetSectionByIndex(shndx, &section_size); in ReadDebugSectionsForCU()
802 section_data = elf_reader_->GetSectionByIndex(shndx, &section_size); in ReadDebugSectionsForCU()
Delf_reader.cc1172 const char *ElfReader::GetSectionByIndex(int shndx, size_t *size) { in GetSectionByIndex() function in dwarf2reader::ElfReader