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