Searched refs:SectionHeaderCollIter (Results 1 – 4 of 4) sorted by relevance
182 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef233 size_t SectionIndex(const SectionHeaderCollIter &I);
756 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()1443 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()1847 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()2893 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
295 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
1297 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()