Home
last modified time | relevance | path

Searched refs:sc_eip (Results 1 – 25 of 125) sorted by relevance

12345

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h31 uint32_t sc_eip; member
57 uint32_t sc_eip; member
74 #define sc_pc sc_eip
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dsignal.h68 int sc_eip; member
94 int sc_eip; member
H A Dfreebsd_machdep.h55 int sc_eip; member
90 int sc_eip; member
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsignal_openbsd_386.go31 func (c *sigctxt) eip() uint32 { return c.regs().sc_eip }
42 func (c *sigctxt) set_eip(x uint32) { c.regs().sc_eip = x }
H A Ddefs_openbsd_386.go105 sc_eip uint32 member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsignal_openbsd_386.go31 func (c *sigctxt) eip() uint32 { return c.regs().sc_eip }
42 func (c *sigctxt) set_eip(x uint32) { c.regs().sc_eip = x }
H A Ddefs_openbsd_386.go112 sc_eip uint32 member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsignal_openbsd_386.go31 func (c *sigctxt) eip() uint32 { return c.regs().sc_eip }
42 func (c *sigctxt) set_eip(x uint32) { c.regs().sc_eip = x }
H A Ddefs_openbsd_386.go119 sc_eip uint32 member
/dports/editors/fpc-ide/fpc-3.2.2/rtl/freebsd/i386/
H A Dsighnd.inc42 inc(sigcontext^.sc_eip,3);
62 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc-source/fpc-3.2.2/rtl/freebsd/i386/
H A Dsighnd.inc42 inc(sigcontext^.sc_eip,3);
62 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc/fpc-3.2.2/rtl/freebsd/i386/
H A Dsighnd.inc42 inc(sigcontext^.sc_eip,3);
62 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc-utils/fpc-3.2.2/rtl/freebsd/i386/
H A Dsighnd.inc42 inc(sigcontext^.sc_eip,3);
62 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dfreebsd_machdep.c129 frame.sf_sc.sc_eip = tf->tf_eip; in freebsd_sendsig()
233 tf->tf_eip = context.sc_eip; in freebsd_sys_sigreturn()
H A Dcompat_16_machdep.c134 tf->tf_eip = context.sc_eip; in compat_16_sys___sigreturn14()
226 frame.sf_sc.sc_eip = tf->tf_eip; in sendsig_sigcontext()
H A Dcompat_13_machdep.c113 tf->tf_eip = context.sc_eip; in compat_13_sys_sigreturn()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/arch/amd64/
H A Dlinux32_machdep.c351 sc->sc_eip = tf->tf_rip; in linux32_save_sigcontext()
439 if (scp->sc_eip >= VM_MAXUSER_ADDRESS32) in linux32_restore_sigcontext()
456 tf->tf_rip = (register_t)scp->sc_eip & 0xffffffff; in linux32_restore_sigcontext()
H A Dlinux32_signal.h116 int sc_eip; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h92 int sc_eip; member
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/i386/
H A Dgnu-unwind.h100 fs->regs.reg[8].loc.offset = (unsigned long)&scp->sc_eip - usp; in x86_gnu_fallback_frame_state()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/freebsd/x86_64/
H A Dsighnd.inc53 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc-source/fpc-3.2.2/rtl/freebsd/x86_64/
H A Dsighnd.inc53 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc/fpc-3.2.2/rtl/freebsd/x86_64/
H A Dsighnd.inc53 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/fpc-utils/fpc-3.2.2/rtl/freebsd/x86_64/
H A Dsighnd.inc53 HandleErrorAddrFrame(res,Pointer(SigContext^.sc_eip),pointer(SigContext^.sc_ebp));
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/i386/
H A Dgnu-unwind.h103 fs->regs.reg[8].loc.offset = (unsigned long)&scp->sc_eip - usp; in x86_gnu_fallback_frame_state()

12345