Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2733 const pint_t kOffsetSpToSigcontext = (128 + 8 + 8 + 24 + 128 + 8); // 304 in stepThroughSigReturn() local
2740 pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()
2794 const pint_t kOffsetSpToSigcontext = 128 + 8 + 8 + 24 + 8 + 128; in stepThroughSigReturn() local
2796 const pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()