Lines Matching refs:SectionList
99 while(!SectionList.empty()) {
100 delete SectionList.back();
101 SectionList.pop_back();
710 for (unsigned i = 1, e = SectionList.size(); i < e; ++i) {
711 ELFSection &ES = *SectionList[i];
756 for (unsigned i=0, e=SectionList.size(); i != e; ++i) {
757 ELFSection &S = *SectionList[i];
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
1014 for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) {
1038 for (unsigned i=1, e=SectionList.size(); i < e; ++i) {
1039 ELFSection &ES = *SectionList[i];
1078 for (ELFSectionIter I=SectionList.begin(), E=SectionList.end(); I != E; ++I) {