Lines Matching refs:Sect
310 MachO::section Sect = Obj->getSection(Sec); in getSection() local
311 Section.Address = Sect.addr; in getSection()
312 Section.Size = Sect.size; in getSection()
313 Section.Offset = Sect.offset; in getSection()
314 Section.Alignment = Sect.align; in getSection()
315 Section.RelocationTableOffset = Sect.reloff; in getSection()
316 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
317 Section.Flags = Sect.flags; in getSection()
318 Section.Reserved1 = Sect.reserved1; in getSection()
319 Section.Reserved2 = Sect.reserved2; in getSection()
322 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
323 Section.Address = Sect.addr; in getSection()
324 Section.Size = Sect.size; in getSection()
325 Section.Offset = Sect.offset; in getSection()
326 Section.Alignment = Sect.align; in getSection()
327 Section.RelocationTableOffset = Sect.reloff; in getSection()
328 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
329 Section.Flags = Sect.flags; in getSection()
330 Section.Reserved1 = Sect.reserved1; in getSection()
331 Section.Reserved2 = Sect.reserved2; in getSection()
332 Section.Reserved3 = Sect.reserved3; in getSection()