Searched refs:Elf_Shdr_Iter (Results 1 – 4 of 4) sorted by relevance
140 typedef ELFEntityIterator<const Elf_Shdr> Elf_Shdr_Iter; typedef141 typedef iterator_range<Elf_Shdr_Iter> Elf_Shdr_Range;334 Elf_Shdr_Iter begin_sections() const;335 Elf_Shdr_Iter end_sections() const;763 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::begin_sections() const { in begin_sections()764 return Elf_Shdr_Iter(Header->e_shentsize, in begin_sections()769 typename ELFFile<ELFT>::Elf_Shdr_Iter ELFFile<ELFT>::end_sections() const { in end_sections()770 return Elf_Shdr_Iter(Header->e_shentsize, in end_sections()
53 typedef typename ELFFile<ELFT>::Elf_Shdr_Iter Elf_Shdr_Iter; typedef146 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter()147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize, in toELFShdrIter()151 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const { in toDRI()407 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in getSectionContents()430 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in isSectionData()439 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in isSectionBSS()470 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in isSectionReadOnlyData()519 Elf_Shdr_Iter EShdr = toELFShdrIter(Sec); in getRelocatedSection()
568 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(), in printSections()619 for (typename ELFO::Elf_Shdr_Iter SecI = Obj->begin_sections(), in printRelocations()1011 for (ELFO::Elf_Shdr_Iter SI = Obj->begin_sections(), SE = Obj->end_sections(); in printAttributes()
316 typedef typename object::ELFFile<ET>::Elf_Shdr_Iter Elf_Shdr_iterator;