Searched refs:SectionHeaderCollIter (Results 1 – 4 of 4) sorted by relevance
183 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef234 size_t SectionIndex(const SectionHeaderCollIter &I);
773 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()1460 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()1864 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()2955 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
267 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
1345 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()