Searched refs:sigContext (Results 1 – 1 of 1) sorted by relevance
2347 sigcontext *sigContext = reinterpret_cast<sigcontext *>( in stepWithTBTable() local2349 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()[all …]