Home
last modified time | relevance | path

Searched refs:AuxEntRef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp58 void printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef);
571 void XCOFFDumper::printCsectAuxEnt(XCOFFCsectAuxRef AuxEntRef) { in printCsectAuxEnt() argument
572 assert((!Obj.is64Bit() || AuxEntRef.getAuxType64() == XCOFF::AUX_CSECT) && in printCsectAuxEnt()
576 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()
577 W.printNumber(AuxEntRef.isLabel() ? "ContainingCsectSymbolIndex" in printCsectAuxEnt()
579 AuxEntRef.getSectionOrLength()); in printCsectAuxEnt()
580 W.printHex("ParameterHashIndex", AuxEntRef.getParameterHashIndex()); in printCsectAuxEnt()
581 W.printHex("TypeChkSectNum", AuxEntRef.getTypeChkSectNum()); in printCsectAuxEnt()
583 W.printNumber("SymbolAlignmentLog2", AuxEntRef.getAlignmentLog2()); in printCsectAuxEnt()
584 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()
[all …]