Searched refs:ELFSectionIter (Results 1 – 2 of 2) sorted by relevance
45 typedef std::vector<ELFSection*>::iterator ELFSectionIter; typedef
1014 for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) { in EmitSectionTableStringTable()1078 for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) { in OutputSectionsAndSectionTable()