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.hpp2329 pint_t lastStack = *reinterpret_cast<pint_t *>(curStack); in stepWithTBTable() local
2331 if (lastStack == 0) in stepWithTBTable()
2338 lastStack = curStack; in stepWithTBTable()
2345 reinterpret_cast<void *>(lastStack)); in stepWithTBTable()
2348 reinterpret_cast<char *>(lastStack) + STKMINALIGN); in stepWithTBTable()
2355 reinterpret_cast<char *>(lastStack) + STKMIN); in stepWithTBTable()
2414 returnAddress = reinterpret_cast<pint_t *>(lastStack)[2]; in stepWithTBTable()
2422 reinterpret_cast<void *>(lastStack), in stepWithTBTable()
2429 char *ptrToRegs = reinterpret_cast<char *>(lastStack); in stepWithTBTable()
2507 *(reinterpret_cast<uint32_t *>(lastStack + sizeof(uintptr_t)))); in stepWithTBTable()
[all …]