Searched refs:AuxEntRef (Results 1 – 1 of 1) sorted by relevance
57 void printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef);565 void XCOFFDumper::printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef) { in printCsectAuxEnt() argument571 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()573 AuxEntRef.getSectionOrLength()); in printCsectAuxEnt()574 W.printHex("ParameterHashIndex", AuxEntRef.getParameterHashIndex()); in printCsectAuxEnt()575 W.printHex("TypeChkSectNum", AuxEntRef.getTypeChkSectNum()); in printCsectAuxEnt()577 W.printNumber("SymbolAlignmentLog2", AuxEntRef.getAlignmentLog2()); in printCsectAuxEnt()578 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()581 static_cast<uint8_t>(AuxEntRef.getStorageMappingClass()), in printCsectAuxEnt()588 W.printHex("StabInfoIndex", AuxEntRef.getStabInfoIndex32()); in printCsectAuxEnt()[all …]