Lines Matching defs:Sect
345 MachO::section Sect = Obj->getSection(Sec);
346 Section.Address = Sect.addr;
347 Section.Size = Sect.size;
348 Section.Offset = Sect.offset;
349 Section.Alignment = Sect.align;
350 Section.RelocationTableOffset = Sect.reloff;
351 Section.NumRelocationTableEntries = Sect.nreloc;
352 Section.Flags = Sect.flags;
353 Section.Reserved1 = Sect.reserved1;
354 Section.Reserved2 = Sect.reserved2;
357 MachO::section_64 Sect = Obj->getSection64(Sec);
358 Section.Address = Sect.addr;
359 Section.Size = Sect.size;
360 Section.Offset = Sect.offset;
361 Section.Alignment = Sect.align;
362 Section.RelocationTableOffset = Sect.reloff;
363 Section.NumRelocationTableEntries = Sect.nreloc;
364 Section.Flags = Sect.flags;
365 Section.Reserved1 = Sect.reserved1;
366 Section.Reserved2 = Sect.reserved2;
367 Section.Reserved3 = Sect.reserved3;