Searched refs:PTRACE_GETSIGINFO (Results 1 - 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace06.c | 140 PTRACE_GETSIGINFO,.data = 0}, { 141 PTRACE_GETSIGINFO,.data = 1}, { 142 PTRACE_GETSIGINFO,.data = 2}, { 143 PTRACE_GETSIGINFO,.data = 3}, { 144 PTRACE_GETSIGINFO,.data = -1}, { 145 PTRACE_GETSIGINFO,.data = -2}, { 146 PTRACE_GETSIGINFO,.data = -3}, { 147 PTRACE_GETSIGINFO,.data = -4},
|
H A D | spawn_ptrace_child.h | 118 #ifdef PTRACE_GETSIGINFO
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 32 #define PTRACE_GETSIGINFO 0x4202 macro 66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 32 #define PTRACE_GETSIGINFO 0x4202 macro 66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 32 #define PTRACE_GETSIGINFO 0x4202 macro 66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 32 #define PTRACE_GETSIGINFO 0x4202 macro 67 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 104 PTRACE_GETSIGINFO, 296 /// Get siginfo as with `ptrace(PTRACE_GETSIGINFO,...)` 298 ptrace_get_data::<siginfo_t>(Request::PTRACE_GETSIGINFO, pid) in getsiginfo()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 207 if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) { in trace_grandchild()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 144 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 573 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1362 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 868 pub const PTRACE_GETSIGINFO: ::c_uint = 0x4202; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1507 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2781 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
|
Completed in 34 milliseconds