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