Home | History | Annotate | Download | only in MC

Lines Matching refs:Sections

126   typedef std::vector<COFFSection*> sections;
135 sections Sections;
238 assert(Section->Number != -1 && "Sections with relocations must be real!");
330 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
349 return createCOFFEntity<COFFSection>(Name, Sections);
715 for (sections::iterator i = Sections.begin(),
716 e = Sections.end(); i != e; i++) {
832 sections::iterator i, ie;
835 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++)
843 for (i = Sections.begin(), ie = Sections.end(),