Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2408 pint_t lastStack = *reinterpret_cast<pint_t *>(curStack); in stepWithTBTable() local
2410 if (lastStack == 0) in stepWithTBTable()
2417 lastStack = curStack; in stepWithTBTable()
2424 reinterpret_cast<void *>(lastStack)); in stepWithTBTable()
2427 reinterpret_cast<char *>(lastStack) + STKMINALIGN); in stepWithTBTable()
2434 reinterpret_cast<char *>(lastStack) + STKMIN); in stepWithTBTable()
2493 returnAddress = reinterpret_cast<pint_t *>(lastStack)[2]; in stepWithTBTable()
2501 reinterpret_cast<void *>(lastStack), in stepWithTBTable()
2508 char *ptrToRegs = reinterpret_cast<char *>(lastStack); in stepWithTBTable()
2586 *(reinterpret_cast<uint32_t *>(lastStack + sizeof(uintptr_t)))); in stepWithTBTable()
[all …]