type syscall.PtraceRegs
5 uses
syscall (current package)
syscall_linux.go#L830: func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) {
syscall_linux.go#L834: func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) {
syscall_linux_amd64.go#L107: func (r *PtraceRegs) PC() uint64 { return r.Rip }
syscall_linux_amd64.go#L109: func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc }
ztypes_linux_amd64.go#L516: type PtraceRegs struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)