Home
last modified time | relevance | path

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

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