Lines Matching refs:MOSection
440 MachOSection MOSection; in printSections() local
441 getSection(Obj, Section.getRawDataRefImpl(), MOSection); in printSections()
455 W.printHex("Address", MOSection.Address); in printSections()
456 W.printHex("Size", MOSection.Size); in printSections()
457 W.printNumber("Offset", MOSection.Offset); in printSections()
458 W.printNumber("Alignment", MOSection.Alignment); in printSections()
459 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSections()
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections()
461 W.printEnum("Type", MOSection.Flags & 0xFF, in printSections()
463 W.printFlags("Attributes", MOSection.Flags >> 8, in printSections()
465 W.printHex("Reserved1", MOSection.Reserved1); in printSections()
466 W.printHex("Reserved2", MOSection.Reserved2); in printSections()
468 W.printHex("Reserved3", MOSection.Reserved3); in printSections()