Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp2666 const pint_t kOffsetSpToSigcontext = (128 + 8 + 8 + 24 + 128 + 8); // 304 in stepThroughSigReturn() local
2673 pint_t sigctx = _registers.getSP() + kOffsetSpToSigcontext; in stepThroughSigReturn()