Lines Matching refs:Section

271                        MachOSection &Section) {  in getSection()  argument
274 Section.Address = Sect.addr; in getSection()
275 Section.Size = Sect.size; in getSection()
276 Section.Offset = Sect.offset; in getSection()
277 Section.Alignment = Sect.align; in getSection()
278 Section.RelocationTableOffset = Sect.reloff; in getSection()
279 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
280 Section.Flags = Sect.flags; in getSection()
281 Section.Reserved1 = Sect.reserved1; in getSection()
282 Section.Reserved2 = Sect.reserved2; in getSection()
286 Section.Address = Sect.addr; in getSection()
287 Section.Size = Sect.size; in getSection()
288 Section.Offset = Sect.offset; in getSection()
289 Section.Alignment = Sect.align; in getSection()
290 Section.RelocationTableOffset = Sect.reloff; in getSection()
291 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
292 Section.Flags = Sect.flags; in getSection()
293 Section.Reserved1 = Sect.reserved1; in getSection()
294 Section.Reserved2 = Sect.reserved2; in getSection()
370 for (const SectionRef &Section : Obj->sections()) { in printSections() local
374 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSections()
375 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections()
378 if (error(Section.getName(Name))) in printSections()
404 for (const RelocationRef &Reloc : Section.relocations()) in printSections()
411 if (!Section.containsSymbol(Symbol)) in printSections()
419 bool IsBSS = Section.isBSS(); in printSections()
422 if (error(Section.getContents(Data))) in printSections()
435 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local
437 if (error(Section.getName(Name))) in printRelocations()
441 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations()