Home
last modified time | relevance | path

Searched refs:PTRACE_SETSIGINFO (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace06.c151 PTRACE_SETSIGINFO,.data = 0}, {
152 PTRACE_SETSIGINFO,.data = 1}, {
153 PTRACE_SETSIGINFO,.data = 2}, {
154 PTRACE_SETSIGINFO,.data = 3}, {
155 PTRACE_SETSIGINFO,.data = -1}, {
156 PTRACE_SETSIGINFO,.data = -2}, {
157 PTRACE_SETSIGINFO,.data = -3}, {
158 PTRACE_SETSIGINFO,.data = -4},
H A Dspawn_ptrace_child.h121 #ifdef PTRACE_SETSIGINFO
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h33 #define PTRACE_SETSIGINFO 0x4203 macro
67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h33 #define PTRACE_SETSIGINFO 0x4203 macro
67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h33 #define PTRACE_SETSIGINFO 0x4203 macro
67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
/third_party/musl/include/sys/
H A Dptrace.h33 #define PTRACE_SETSIGINFO 0x4203 macro
68 #define PT_SETSIGINFO PTRACE_SETSIGINFO
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs105 PTRACE_SETSIGINFO,
301 /// Set siginfo as with `ptrace(PTRACE_SETSIGINFO,...)`
306 Request::PTRACE_SETSIGINFO as RequestType, in setsiginfo()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs145 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs574 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1363 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs869 pub const PTRACE_SETSIGINFO: ::c_uint = 0x4203; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1508 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2782 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts

Completed in 34 milliseconds