Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2543 pint_t nextReturnAddress = reinterpret_cast<pint_t *>(nextStack)[2]; in stepWithTBTable() local
2545 if (nextReturnAddress > 0x01 && nextReturnAddress < 0x10000) { in stepWithTBTable()
2549 reinterpret_cast<void *>(nextReturnAddress)); in stepWithTBTable()