Searched refs:PTRACE_SETSIGINFO (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace06.c | 151 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 D | spawn_ptrace_child.h | 121 #ifdef PTRACE_SETSIGINFO
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 33 #define PTRACE_SETSIGINFO 0x4203 macro 67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 33 #define PTRACE_SETSIGINFO 0x4203 macro 67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 33 #define PTRACE_SETSIGINFO 0x4203 macro 67 #define PT_SETSIGINFO PTRACE_SETSIGINFO
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 33 #define PTRACE_SETSIGINFO 0x4203 macro 68 #define PT_SETSIGINFO PTRACE_SETSIGINFO
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 105 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 D | mod.rs | 145 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 574 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1363 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 869 pub const PTRACE_SETSIGINFO: ::c_uint = 0x4203; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1508 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2782 pub const PTRACE_SETSIGINFO: ::c_int = 0x4203; consts
|
Completed in 34 milliseconds