Lines Matching refs:sigContext
2347 sigcontext *sigContext = reinterpret_cast<sigcontext *>( in stepWithTBTable() local
2349 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar; in stepWithTBTable()
2354 sigContext = reinterpret_cast<sigcontext *>( in stepWithTBTable()
2356 returnAddress = sigContext->sc_jmpbuf.jmp_context.iar; in stepWithTBTable()
2360 reinterpret_cast<void *>(sigContext)); in stepWithTBTable()
2369 reinterpret_cast<void *>(sigContext), in stepWithTBTable()
2373 newRegisters.setCR(sigContext->sc_jmpbuf.jmp_context.cr); in stepWithTBTable()
2378 newRegisters.setLR(sigContext->sc_jmpbuf.jmp_context.lr); in stepWithTBTable()
2381 reinterpret_cast<void *>(sigContext->sc_jmpbuf.jmp_context.lr)); in stepWithTBTable()
2385 newRegisters.setRegister(i, sigContext->sc_jmpbuf.jmp_context.gpr[i]); in stepWithTBTable()
2390 sigContext->sc_jmpbuf.jmp_context.fpr[i]); in stepWithTBTable()
2394 if (sigContext->sc_jmpbuf.jmp_context.msr & __EXTCTX) { in stepWithTBTable()
2395 ucontext_t *uContext = reinterpret_cast<ucontext_t *>(sigContext); in stepWithTBTable()