Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace06.c116 #ifdef PTRACE_SETREGS
118 PTRACE_SETREGS,.data = 0}, {
119 PTRACE_SETREGS,.data = 1}, {
120 PTRACE_SETREGS,.data = 2}, {
121 PTRACE_SETREGS,.data = 3}, {
122 PTRACE_SETREGS,.data = -1}, {
123 PTRACE_SETREGS,.data = -2}, {
124 PTRACE_SETREGS,.data = -3}, {
125 PTRACE_SETREGS,.data = -4},
H A Dspawn_ptrace_child.h34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \
115 #ifdef PTRACE_SETREGS
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/include/sys/
H A Dptrace.h22 #define PTRACE_SETREGS 13 macro
57 #define PT_SETREGS PTRACE_SETREGS
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs68 PTRACE_SETREGS,
222 /// Set user registers, as with `ptrace(PTRACE_SETREGS, ...)`
236 Request::PTRACE_SETREGS as RequestType, in setregs()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs318 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/elfutils/tests/
H A Dbacktrace.c333 l = ptrace (PTRACE_SETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs134 pub const PTRACE_SETREGS: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs633 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs563 pub const PTRACE_SETREGS: ::c_int = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs800 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs746 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs396 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1376 pub const PTRACE_SETREGS: ::c_uint = 13; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1501 pub const PTRACE_SETREGS: ::c_int = 13; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2771 pub const PTRACE_SETREGS: ::c_int = 13; consts

Completed in 43 milliseconds