Lines Matching refs:Sect
346 MachO::section Sect = Obj->getSection(Sec); in getSection() local
347 Section.Address = Sect.addr; in getSection()
348 Section.Size = Sect.size; in getSection()
349 Section.Offset = Sect.offset; in getSection()
350 Section.Alignment = Sect.align; in getSection()
351 Section.RelocationTableOffset = Sect.reloff; in getSection()
352 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
353 Section.Flags = Sect.flags; in getSection()
354 Section.Reserved1 = Sect.reserved1; in getSection()
355 Section.Reserved2 = Sect.reserved2; in getSection()
358 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
359 Section.Address = Sect.addr; in getSection()
360 Section.Size = Sect.size; in getSection()
361 Section.Offset = Sect.offset; in getSection()
362 Section.Alignment = Sect.align; in getSection()
363 Section.RelocationTableOffset = Sect.reloff; in getSection()
364 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
365 Section.Flags = Sect.flags; in getSection()
366 Section.Reserved1 = Sect.reserved1; in getSection()
367 Section.Reserved2 = Sect.reserved2; in getSection()
368 Section.Reserved3 = Sect.reserved3; in getSection()