Lines Matching refs:Sect
332 MachO::section Sect = Obj->getSection(Sec); in getSection() local
333 Section.Address = Sect.addr; in getSection()
334 Section.Size = Sect.size; in getSection()
335 Section.Offset = Sect.offset; in getSection()
336 Section.Alignment = Sect.align; in getSection()
337 Section.RelocationTableOffset = Sect.reloff; in getSection()
338 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
339 Section.Flags = Sect.flags; in getSection()
340 Section.Reserved1 = Sect.reserved1; in getSection()
341 Section.Reserved2 = Sect.reserved2; in getSection()
344 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
345 Section.Address = Sect.addr; in getSection()
346 Section.Size = Sect.size; in getSection()
347 Section.Offset = Sect.offset; in getSection()
348 Section.Alignment = Sect.align; in getSection()
349 Section.RelocationTableOffset = Sect.reloff; in getSection()
350 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
351 Section.Flags = Sect.flags; in getSection()
352 Section.Reserved1 = Sect.reserved1; in getSection()
353 Section.Reserved2 = Sect.reserved2; in getSection()
354 Section.Reserved3 = Sect.reserved3; in getSection()