Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp2468 pint_t nextReturnAddress = reinterpret_cast<pint_t *>(nextStack)[2]; in stepWithTBTable() local
2470 if (nextReturnAddress > 0x01 && nextReturnAddress < 0x10000) { in stepWithTBTable()
2474 reinterpret_cast<void *>(nextReturnAddress)); in stepWithTBTable()