Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2855 pint_t pSigno = 0; in stepThroughSigReturn() local
2864 pSigno = pSigctx + 344; in stepThroughSigReturn()
2879 pSigno = cfa + 8; in stepThroughSigReturn()
2883 assert(pSigno != 0); in stepThroughSigReturn()
2912 uint32_t signo = _addressSpace.get32(pSigno); in stepThroughSigReturn()