Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2540 pint_t nextStack = *(reinterpret_cast<pint_t *>(registers.getSP())); in stepWithTBTable() local
2543 pint_t nextReturnAddress = reinterpret_cast<pint_t *>(nextStack)[2]; in stepWithTBTable()
2548 reinterpret_cast<void *>(nextStack), in stepWithTBTable()