Searched refs:sc_pc (Results 1 – 8 of 8) sorted by relevance
291 int sc_pc; /* pc to restore */ member298 int sc_pc; /* pc to restore */ member303 int sc_pc; /* pc to retore */ member309 long sc_pc; /* pc to retore */ member321 long sc_pc; /* pc to retore */ member329 int sc_pc; /* pc to retore */ member
106 sc.sc_pc = (long)ucp->uc_mcontext.gregs[REG_RIP]; in ucbsigvechandler()112 sc.sc_pc = (int)ucp->uc_mcontext.gregs[EIP]; in ucbsigvechandler()178 ucp->uc_mcontext.gregs[REG_RIP] = (long)sc.sc_pc; in ucbsigvechandler()184 ucp->uc_mcontext.gregs[EIP] = (int)sc.sc_pc; in ucbsigvechandler()
47 int sc_pc; /* pc to retore */ member
80 sc.sc_pc = (int) ucp->uc_mcontext.gregs[EIP]; in sigvechandler()111 ucp->uc_mcontext.gregs[EIP] = (int) sc.sc_pc; in sigvechandler()
47 long sc_pc; /* pc to retore */ member
80 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC]; in sigvechandler()123 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc; in sigvechandler()
95 #define sc_pc sc_eip macro
131 sc.sc_pc = ucp->uc_mcontext.gregs[REG_PC]; in ucbsigvechandler()282 ucp->uc_mcontext.gregs[REG_PC] = sc.sc_pc; in ucbsigvechandler()365 ucp->uc_mcontext.gregs[REG_PC] = scp->sc_pc; in __sigcleanup()