Searched refs:OffsetToExceptionTbl (Results 1 – 5 of 5) sorted by relevance
134 std::optional<uint32_t> OffsetToExceptionTbl; // Only for XCOFF32. member146 std::optional<uint64_t> OffsetToExceptionTbl; member
260 IO.mapOptional("OffsetToExceptionTbl", AuxSym.OffsetToExceptionTbl); in auxSymMapping()267 IO.mapOptional("OffsetToExceptionTbl", AuxSym.OffsetToExceptionTbl); in auxSymMapping()
550 W.write<uint64_t>(AuxSym.OffsetToExceptionTbl.value_or(0)); in writeAuxSymbol()565 W.write<uint32_t>(AuxSym.OffsetToExceptionTbl.value_or(0)); in writeAuxSymbol()
445 support::ubig32_t OffsetToExceptionTbl;461 support::ubig64_t OffsetToExceptionTbl;
613 W.printHex("OffsetToExceptionTable", AuxEntPtr->OffsetToExceptionTbl); in printExceptionAuxEnt()626 W.printHex("OffsetToExceptionTable", AuxEntPtr->OffsetToExceptionTbl); in printFunctionAuxEnt()