Lines Matching refs:SecI

44   void printRelocation(section_iterator SecI, relocation_iterator RelI);
47 section_iterator SecI, relocation_iterator RelI);
227 for (section_iterator SecI = Obj->begin_sections(), in printSections() local
229 SecI != SecE; SecI.increment(EC)) { in printSections()
235 getSection(Obj, SecI->getRawDataRefImpl(), Section); in printSections()
236 DataRefImpl DR = SecI->getRawDataRefImpl(); in printSections()
239 if (error(SecI->getName(Name))) in printSections()
265 for (relocation_iterator RelI = SecI->begin_relocations(), in printSections()
266 RelE = SecI->end_relocations(); in printSections()
270 printRelocation(SecI, RelI); in printSections()
282 if (SecI->containsSymbol(*SymI, Contained) || !Contained) in printSections()
291 if (error(SecI->getContents(Data))) break; in printSections()
302 for (section_iterator SecI = Obj->begin_sections(), in printRelocations() local
304 SecI != SecE; SecI.increment(EC)) { in printRelocations()
308 if (error(SecI->getName(Name))) in printRelocations()
312 for (relocation_iterator RelI = SecI->begin_relocations(), in printRelocations()
313 RelE = SecI->end_relocations(); in printRelocations()
323 printRelocation(SecI, RelI); in printRelocations()
333 void MachODumper::printRelocation(section_iterator SecI, in printRelocation() argument
335 return printRelocation(Obj, SecI, RelI); in printRelocation()
339 section_iterator SecI, in printRelocation() argument
409 section_iterator SecI(Obj->end_sections()); in printSymbol() local
410 if (!error(SymI->getSection(SecI)) && in printSymbol()
411 SecI != Obj->end_sections()) in printSymbol()
412 error(SecI->getName(SectionName)); in printSymbol()