Lines Matching refs:returnAddress
2287 pint_t returnAddress; in stepWithTBTable() local
2295 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar; in stepWithTBTable()
2299 reinterpret_cast<void *>(returnAddress)); in stepWithTBTable()
2301 if (returnAddress < 0x10000000) { in stepWithTBTable()
2305 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar; in stepWithTBTable()
2306 if (returnAddress < 0x10000000) { in stepWithTBTable()
2308 reinterpret_cast<void *>(returnAddress)); in stepWithTBTable()
2315 reinterpret_cast<void *>(returnAddress)); in stepWithTBTable()
2343 returnAddress = reinterpret_cast<pint_t *>(lastStack)[2]; in stepWithTBTable()
2348 reinterpret_cast<void *>(returnAddress)); in stepWithTBTable()
2439 uint32_t firstInstruction = *(reinterpret_cast<uint32_t *>(returnAddress)); in stepWithTBTable()
2454 reinterpret_cast<void *>(returnAddress), in stepWithTBTable()
2459 newRegisters.setIP(reinterpret_cast<uintptr_t>(returnAddress)); in stepWithTBTable()