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