Searched refs:GetSectionByIndex (Results 1 – 3 of 3) sorted by relevance
107 const char *GetSectionByIndex(int shndx, size_t *size);
789 section_data = elf_reader_->GetSectionByIndex(shndx, §ion_size); in ReadDebugSectionsForCU()795 section_data = elf_reader_->GetSectionByIndex(shndx, §ion_size); in ReadDebugSectionsForCU()802 section_data = elf_reader_->GetSectionByIndex(shndx, §ion_size); in ReadDebugSectionsForCU()
1172 const char *ElfReader::GetSectionByIndex(int shndx, size_t *size) { in GetSectionByIndex() function in dwarf2reader::ElfReader