Searched refs:OffsetToExceptionTbl (Results 1 – 5 of 5) sorted by relevance
138 std::optional<uint32_t> OffsetToExceptionTbl; // Only for XCOFF32. member150 std::optional<uint64_t> OffsetToExceptionTbl; member
292 IO.mapOptional("OffsetToExceptionTbl", AuxSym.OffsetToExceptionTbl); in auxSymMapping()299 IO.mapOptional("OffsetToExceptionTbl", AuxSym.OffsetToExceptionTbl); in auxSymMapping()
657 W.write<uint64_t>(AuxSym.OffsetToExceptionTbl.value_or(0)); in writeAuxSymbol()673 W.write<uint32_t>(AuxSym.OffsetToExceptionTbl.value_or(0)); in writeAuxSymbol()
455 support::ubig32_t OffsetToExceptionTbl;471 support::ubig64_t OffsetToExceptionTbl;
620 W.printHex("OffsetToExceptionTable", AuxEntPtr->OffsetToExceptionTbl); in printExceptionAuxEnt()633 W.printHex("OffsetToExceptionTable", AuxEntPtr->OffsetToExceptionTbl); in printFunctionAuxEnt()