Lines Matching refs:Sect
137 macho::Section Sect = Obj.getSection(LCI, i); in DumpSegmentCommand() local
138 DumpSectionData(Obj, i, StringRef(Sect.Name, 16), in DumpSegmentCommand()
139 StringRef(Sect.SegmentName, 16), Sect.Address, in DumpSegmentCommand()
140 Sect.Size, Sect.Offset, Sect.Align, in DumpSegmentCommand()
141 Sect.RelocationTableOffset, in DumpSegmentCommand()
142 Sect.NumRelocationTableEntries, Sect.Flags, in DumpSegmentCommand()
143 Sect.Reserved1, Sect.Reserved2); in DumpSegmentCommand()
161 macho::Section64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command() local
163 DumpSectionData(Obj, i, StringRef(Sect.Name, 16), in DumpSegment64Command()
164 StringRef(Sect.SegmentName, 16), Sect.Address, in DumpSegment64Command()
165 Sect.Size, Sect.Offset, Sect.Align, in DumpSegment64Command()
166 Sect.RelocationTableOffset, in DumpSegment64Command()
167 Sect.NumRelocationTableEntries, Sect.Flags, in DumpSegment64Command()
168 Sect.Reserved1, Sect.Reserved2, in DumpSegment64Command()
169 Sect.Reserved3); in DumpSegment64Command()