Lines Matching refs:Sect
169 macho::Section Sect = Obj->getSection(Sec);
170 Section.Address = Sect.Address;
171 Section.Size = Sect.Size;
172 Section.Offset = Sect.Offset;
173 Section.Alignment = Sect.Align;
174 Section.RelocationTableOffset = Sect.RelocationTableOffset;
175 Section.NumRelocationTableEntries = Sect.NumRelocationTableEntries;
176 Section.Flags = Sect.Flags;
177 Section.Reserved1 = Sect.Reserved1;
178 Section.Reserved2 = Sect.Reserved2;
181 macho::Section64 Sect = Obj->getSection64(Sec);
182 Section.Address = Sect.Address;
183 Section.Size = Sect.Size;
184 Section.Offset = Sect.Offset;
185 Section.Alignment = Sect.Align;
186 Section.RelocationTableOffset = Sect.RelocationTableOffset;
187 Section.NumRelocationTableEntries = Sect.NumRelocationTableEntries;
188 Section.Flags = Sect.Flags;
189 Section.Reserved1 = Sect.Reserved1;
190 Section.Reserved2 = Sect.Reserved2;