Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 – 25 of 9571) sorted by relevance

12345678910>>...383

/dports/lang/zig/zig-0.9.0/lib/libc/include/sparc-linux-gnu/sys/
H A Dptrace.h28 #undef PTRACE_GETREGS
97 PTRACE_GETREGS = 12, enumerator
98 #define PT_GETREGS PTRACE_GETREGS
138 PTRACE_GETREGS = 22, enumerator
139 #define PT_GETREGS PTRACE_GETREGS
/dports/lang/zig/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/sys/
H A Dptrace.h28 #undef PTRACE_GETREGS
97 PTRACE_GETREGS = 12, enumerator
98 #define PT_GETREGS PTRACE_GETREGS
138 PTRACE_GETREGS = 22, enumerator
139 #define PT_GETREGS PTRACE_GETREGS
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparc-linux-gnu/sys/
H A Dptrace.h28 #undef PTRACE_GETREGS
97 PTRACE_GETREGS = 12, enumerator
98 #define PT_GETREGS PTRACE_GETREGS
138 PTRACE_GETREGS = 22, enumerator
139 #define PT_GETREGS PTRACE_GETREGS
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/sys/
H A Dptrace.h28 #undef PTRACE_GETREGS
97 PTRACE_GETREGS = 12, enumerator
98 #define PT_GETREGS PTRACE_GETREGS
138 PTRACE_GETREGS = 22, enumerator
139 #define PT_GETREGS PTRACE_GETREGS
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparc-nat.c68 #ifndef PTRACE_GETREGS
69 #define PTRACE_GETREGS PT_GETREGS macro
169 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_ARG3_TYPE) &regs, 0) == -1) in fetch_inferior_registers()
204 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_ARG3_TYPE) &regs, 0) == -1) in store_inferior_registers()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparc-nat.c68 #ifndef PTRACE_GETREGS
69 #define PTRACE_GETREGS PT_GETREGS macro
169 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_ARG3_TYPE) &regs, 0) == -1) in fetch_inferior_registers()
204 if (ptrace (PTRACE_GETREGS, pid, (PTRACE_ARG3_TYPE) &regs, 0) == -1) in store_inferior_registers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Host/linux/
H A DPtrace.h23 #ifndef PTRACE_GETREGS
24 #define PTRACE_GETREGS 12 macro
/dports/security/vuls/vuls-0.13.7/vendor/github.com/fatih/color/vendor/golang.org/x/sys/unix/
H A Dzptrace_armnn_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/sys/unix/
H A Dzptracearm_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/gridscale/gsclient-go/v3/vendor/golang.org/x/sys/unix/
H A Dzptrace_armnn_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/sys/unix/
H A Dzptrace_armnn_linux.go18 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
36 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/sys/unix/
H A Dzptrace_armnn_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/briandowns/spinner/vendor/golang.org/x/sys/unix/
H A Dzptracearm_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/net/inlets/inlets-3.0.2/vendor/golang.org/x/sys/sys-5cba982894dd/unix/
H A Dzptrace_armnn_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/sys-51ab0e2deafa/unix/
H A Dzptracearm_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/unix/
H A Dzptrace_armnn_linux.go17 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))
35 return ptrace(PTRACE_GETREGS, pid, 0, uintptr(unsafe.Pointer(regsout)))

12345678910>>...383