Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2854 pint_t pSigctx = 0; in stepThroughSigReturn() local
2863 pSigctx = _addressSpace.get64(cfa + 8); in stepThroughSigReturn()
2864 pSigno = pSigctx + 344; in stepThroughSigReturn()
2878 pSigctx = cfa + 8 + 128 + 8 + 8 + 24 + 8; in stepThroughSigReturn()
2882 assert(pSigctx != 0); in stepThroughSigReturn()
2892 uint64_t value = _addressSpace.get64(pSigctx + kOffsetGprs + in stepThroughSigReturn()
2903 double value = _addressSpace.getDouble(pSigctx + kOffsetFprs + in stepThroughSigReturn()
2907 _registers.setIP(_addressSpace.get64(pSigctx + kOffsetPc)); in stepThroughSigReturn()