Searched refs:sc_eax (Results 1 – 9 of 9) sorted by relevance
61 int sc_eax; member
64 int sc_eax; member
459 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax; in linux_rt_sendsig()559 frame.sf_sc.sc_eax = regs->tf_eax; in linux_sendsig()660 regs->tf_eax = frame.sf_sc.sc_eax; in linux_sigreturn()740 regs->tf_eax = context->sc_eax; in linux_rt_sigreturn()
275 l_int sc_eax; member
324 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_rax; in linux_rt_sendsig()432 frame.sf_sc.sc_eax = regs->tf_rax; in linux_sendsig()533 regs->tf_rax = frame.sf_sc.sc_eax; in linux_sigreturn()620 regs->tf_rax = context->sc_eax; in linux_rt_sigreturn()
302 l_uint sc_eax; member
385 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax; in ia32_osendsig()729 regs->tf_rax = scp->sc_eax; in ofreebsd32_sigreturn()
373 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax; in osendsig()828 regs->tf_eax = scp->sc_eax;
1014 (unsigned long) uc->sc_eax, in logRegisters()