Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc268 string_section_ = reader->GetSection(symbol_section_->header().sh_link); in SymbolIterator()
698 return GetSection(k); 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()
859 GetSection(GetStringTableIndex()); in GetSectionName()
868 const ElfSectionReader<ElfArch> *GetSection(int num) { in GetSection() function in dwarf2reader::ElfReaderImpl
/external/vixl/examples/aarch32/
Ddisasm-a32.cc79 int GetSection() const { return section_; } in GetSection() function in Symbol
289 const Elf32_Shdr& shndx = shdr[sres->second.GetSection()]; in main()