Lines Matching refs:section_iterator
68 section_iterator &Res) const;
92 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
178 virtual section_iterator begin_sections() const;
179 virtual section_iterator end_sections() const;
405 section_iterator &Res) const { in getSymbolSection()
413 Res = section_iterator(SectionRef(Sec, this)); in getSymbolSection()
566 section_iterator
577 return section_iterator(SectionRef(toDRI(R), this)); in getRelocatedSection()
843 section_iterator ELFObjectFile<ELFT>::begin_sections() const { in begin_sections()
844 return section_iterator(SectionRef(toDRI(EF.begin_sections()), this)); in begin_sections()
848 section_iterator ELFObjectFile<ELFT>::end_sections() const { in end_sections()
849 return section_iterator(SectionRef(toDRI(EF.end_sections()), this)); in end_sections()