Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc332 section_headers_(NULL), in ElfReaderImpl()
350 const char *name = GetSectionName(section_headers_[k].sh_name); in ElfReaderImpl()
353 section_headers_[k].sh_addr - section_headers_[k].sh_offset; in ElfReaderImpl()
377 delete [] section_headers_; in ~ElfReaderImpl()
697 if (section_headers_[k].sh_type == section_type) { in GetSectionByType()
707 return GetSectionName(section_headers_[shndx].sh_name); in GetSectionNameByIndex()
731 const char *name = GetSectionName(section_headers_[shndx].sh_name); in GetSectionContentsByName()
754 const char *name = GetSectionName(section_headers_[shndx].sh_name); in GetSectionInfoByName()
800 const char *name = GetSectionName(section_headers_[k].sh_name); in HasDebugSections()
879 section_headers_[num]); in GetSection()
[all …]