Home
last modified time | relevance | path

Searched refs:_REG_RIP (Results 1 – 25 of 78) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dptrace.h53 #define PTRACE_REG_PC(r) (r)->regs[_REG_RIP]
54 #define PTRACE_REG_SET_PC(r, v) (r)->regs[_REG_RIP] = (v)
H A Dmcontext.h71 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_RIP])
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsignal_netbsd_amd64.go39 func (c *sigctxt) rip() uint64 { return c.regs().__gregs[_REG_RIP] }
50 func (c *sigctxt) set_rip(x uint64) { c.regs().__gregs[_REG_RIP] = x }
H A Dsignal_solaris_amd64.go39 func (c *sigctxt) rip() uint64 { return uint64(c.regs().gregs[_REG_RIP]) }
48 func (c *sigctxt) set_rip(x uint64) { c.regs().gregs[_REG_RIP] = int64(x) }
H A Dos_netbsd_amd64.go11 mc.__gregs[_REG_RIP] = uint64(funcPC(lwp_tramp))
H A Ddefs_netbsd_amd64.go43 REG_RIP = C._REG_RIP
H A Ddefs1_netbsd_amd64.go183 _REG_RIP = 0x15 const
H A Ddefs1_solaris_amd64.go234 _REG_RIP = 0x11 const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsignal_netbsd_amd64.go39 func (c *sigctxt) rip() uint64 { return c.regs().__gregs[_REG_RIP] }
50 func (c *sigctxt) set_rip(x uint64) { c.regs().__gregs[_REG_RIP] = x }
H A Dsignal_solaris_amd64.go39 func (c *sigctxt) rip() uint64 { return uint64(c.regs().gregs[_REG_RIP]) }
48 func (c *sigctxt) set_rip(x uint64) { c.regs().gregs[_REG_RIP] = int64(x) }
H A Dos_netbsd_amd64.go11 mc.__gregs[_REG_RIP] = uint64(funcPC(lwp_tramp))
H A Ddefs_netbsd_amd64.go43 REG_RIP = C._REG_RIP
H A Ddefs1_netbsd_amd64.go187 _REG_RIP = 0x15 const
H A Ddefs1_solaris_amd64.go246 _REG_RIP = 0x11 const
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsignal_netbsd_amd64.go39 func (c *sigctxt) rip() uint64 { return c.regs().__gregs[_REG_RIP] }
50 func (c *sigctxt) set_rip(x uint64) { c.regs().__gregs[_REG_RIP] = x }
H A Dsignal_solaris_amd64.go39 func (c *sigctxt) rip() uint64 { return uint64(c.regs().gregs[_REG_RIP]) }
48 func (c *sigctxt) set_rip(x uint64) { c.regs().gregs[_REG_RIP] = int64(x) }
H A Dos_netbsd_amd64.go14 mc.__gregs[_REG_RIP] = uint64(abi.FuncPCABI0(lwp_tramp))
H A Ddefs_netbsd_amd64.go43 REG_RIP = C._REG_RIP
H A Ddefs1_netbsd_amd64.go187 _REG_RIP = 0x15 const
H A Ddefs1_solaris_amd64.go246 _REG_RIP = 0x11 const
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/x86_64/gen/
H A D_lwp.c58 gr[_REG_RIP] = (uintptr_t)start; in _lwp_makecontext()
H A Dmakecontext.c58 gr[_REG_RIP] = (__greg_t)func; in makecontext()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Process/Utility/
H A DRegisterContextNetBSDTest_x86_64.cpp67 EXPECT_GPR_X86_64(rip, _REG_RIP); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Process/Utility/
H A DRegisterContextNetBSDTest_x86_64.cpp67 EXPECT_GPR_X86_64(rip, _REG_RIP); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Process/Utility/
H A DRegisterContextNetBSDTest_x86_64.cpp67 EXPECT_GPR_X86_64(rip, _REG_RIP); in TEST()

1234