Home | History | Annotate | Download | only in macho-dump

Lines Matching refs:Sect

136     MachO::section Sect = Obj.getSection(LCI, i);
137 DumpSectionData(Obj, i, StringRef(Sect.sectname, 16),
138 StringRef(Sect.segname, 16), Sect.addr,
139 Sect.size, Sect.offset, Sect.align,
140 Sect.reloff, Sect.nreloc, Sect.flags,
141 Sect.reserved1, Sect.reserved2);
158 MachO::section_64 Sect = Obj.getSection64(LCI, i);
160 DumpSectionData(Obj, i, StringRef(Sect.sectname, 16),
161 StringRef(Sect.segname, 16), Sect.addr,
162 Sect.size, Sect.offset, Sect.align,
163 Sect.reloff, Sect.nreloc, Sect.flags,
164 Sect.reserved1, Sect.reserved2,
165 Sect.reserved3);