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