Lines Matching refs:sections
126 typedef std::vector<COFFSection*> sections;
134 sections Sections;
237 assert(Section->Number != -1 && "Sections with relocations must be real!");
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
347 return createCOFFEntity<COFFSection>(Name, Sections);
730 for (sections::iterator i = Sections.begin(),
731 e = Sections.end(); i != e; i++) {
834 sections::iterator i, ie;
837 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++)
841 for (i = Sections.begin(), ie = Sections.end(),