Lines Matching refs:MOSection
222 MachOSection MOSection;
223 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
238 W.printHex("Address", MOSection.Address);
239 W.printHex("Size", MOSection.Size);
240 W.printNumber("Offset", MOSection.Offset);
241 W.printNumber("Alignment", MOSection.Alignment);
242 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
243 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
244 W.printEnum("Type", MOSection.Flags & 0xFF,
246 W.printFlags("Attributes", MOSection.Flags >> 8,
248 W.printHex("Reserved1", MOSection.Reserved1);
249 W.printHex("Reserved2", MOSection.Reserved2);