Searched refs:AuxEntRef (Results 1 – 1 of 1) sorted by relevance
57 void printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef);564 void XCOFFDumper::printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef) { in printCsectAuxEnt() argument565 assert((!Obj.is64Bit() || AuxEntRef.getAuxType64() == XCOFF::AUX_CSECT) && in printCsectAuxEnt()569 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()570 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()572 AuxEntRef.getSectionOrLength()); in printCsectAuxEnt()573 W.printHex("ParameterHashIndex", AuxEntRef.getParameterHashIndex()); in printCsectAuxEnt()574 W.printHex("TypeChkSectNum", AuxEntRef.getTypeChkSectNum()); in printCsectAuxEnt()576 W.printNumber("SymbolAlignmentLog2", AuxEntRef.getAlignmentLog2()); in printCsectAuxEnt()577 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()[all …]