Lines Matching refs:Sect
143 InMemoryStruct<macho::Section> Sect; in DumpSegmentCommand() local
144 Obj.ReadSection(LCI, i, Sect); in DumpSegmentCommand()
150 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16), in DumpSegmentCommand()
151 StringRef(Sect->SegmentName, 16), Sect->Address, in DumpSegmentCommand()
152 Sect->Size, Sect->Offset, Sect->Align, in DumpSegmentCommand()
153 Sect->RelocationTableOffset, in DumpSegmentCommand()
154 Sect->NumRelocationTableEntries, Sect->Flags, in DumpSegmentCommand()
155 Sect->Reserved1, Sect->Reserved2))) in DumpSegmentCommand()
179 InMemoryStruct<macho::Section64> Sect; in DumpSegment64Command() local
180 Obj.ReadSection64(LCI, i, Sect); in DumpSegment64Command()
186 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16), in DumpSegment64Command()
187 StringRef(Sect->SegmentName, 16), Sect->Address, in DumpSegment64Command()
188 Sect->Size, Sect->Offset, Sect->Align, in DumpSegment64Command()
189 Sect->RelocationTableOffset, in DumpSegment64Command()
190 Sect->NumRelocationTableEntries, Sect->Flags, in DumpSegment64Command()
191 Sect->Reserved1, Sect->Reserved2, in DumpSegment64Command()
192 Sect->Reserved3))) in DumpSegment64Command()