Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGINFO (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace06.c140 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 Dspawn_ptrace_child.h118 #ifdef PTRACE_GETSIGINFO
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h32 #define PTRACE_GETSIGINFO 0x4202 macro
66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h32 #define PTRACE_GETSIGINFO 0x4202 macro
66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h32 #define PTRACE_GETSIGINFO 0x4202 macro
66 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/third_party/musl/include/sys/
H A Dptrace.h32 #define PTRACE_GETSIGINFO 0x4202 macro
67 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs104 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 Dvfork.c207 if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) { in trace_grandchild()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs144 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs573 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1362 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs868 pub const PTRACE_GETSIGINFO: ::c_uint = 0x4202; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1507 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2781 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; consts

Completed in 34 milliseconds