Home
last modified time | relevance | path

Searched refs:sc_esp (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsignal.h70 int sc_esp; member
91 #define sc_sp sc_esp
/f-stack/freebsd/i386/include/
H A Dsignal.h47 int sc_esp; /* machine state follows: */ member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_genassym.c18 ASSYM(LINUX_SC_ESP, offsetof(struct l_sigcontext, sc_esp));
H A Dlinux.h298 l_uint sc_esp; member
H A Dlinux32_sysvec.c321 frame.sf_sc.uc_mcontext.sc_esp = regs->tf_rsp; in linux_rt_sendsig()
429 frame.sf_sc.sc_esp = regs->tf_rsp; in linux_sendsig()
/f-stack/freebsd/i386/linux/
H A Dlinux_genassym.c18 ASSYM(LINUX_SC_ESP, offsetof(struct l_sigcontext, sc_esp));
H A Dlinux.h271 l_int sc_esp; member
H A Dlinux_sysvec.c456 frame.sf_sc.uc_mcontext.sc_esp = regs->tf_esp; in linux_rt_sendsig()
556 frame.sf_sc.sc_esp = regs->tf_esp; in linux_sendsig()
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c402 sf.sf_siginfo.si_sc.sc_esp = regs->tf_rsp; in ia32_osendsig()
738 regs->tf_rsp = scp->sc_esp; in ofreebsd32_sigreturn()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1021 (unsigned long) uc->sc_esp, in logRegisters()
1030 logStackContent((void**)uc->sc_esp); in logRegisters()