Lines Matching refs:Sect
296 MachO::section Sect = Obj->getSection(Sec); in getSection() local
297 Section.Address = Sect.addr; in getSection()
298 Section.Size = Sect.size; in getSection()
299 Section.Offset = Sect.offset; in getSection()
300 Section.Alignment = Sect.align; in getSection()
301 Section.RelocationTableOffset = Sect.reloff; in getSection()
302 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
303 Section.Flags = Sect.flags; in getSection()
304 Section.Reserved1 = Sect.reserved1; in getSection()
305 Section.Reserved2 = Sect.reserved2; in getSection()
308 MachO::section_64 Sect = Obj->getSection64(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()