Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ptrace/
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},
Dspawn_ptrace_child.h34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \
115 #ifdef PTRACE_SETREGS
/third_party/musl/ndk_musl_include/sys/
Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h22 #define PTRACE_SETREGS 13 macro
56 #define PT_SETREGS PTRACE_SETREGS
/third_party/musl/include/sys/
Dptrace.h22 #define PTRACE_SETREGS 13 macro
57 #define PT_SETREGS PTRACE_SETREGS
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu-riscv64gc.txt6 PTRACE_SETREGS
Dlinux-mips.txt11 PTRACE_SETREGS
Dandroid-arm.txt5 PTRACE_SETREGS
Dlinux-x86_64.txt54 PTRACE_SETREGS
Dlinux-powerpc.txt29 PTRACE_SETREGS
Dlinux-i686.txt48 PTRACE_SETREGS
Dfuchsia.txt737 PTRACE_SETREGS
/third_party/rust/crates/nix/src/sys/ptrace/
Dlinux.rs68 PTRACE_SETREGS,
236 Request::PTRACE_SETREGS as RequestType, in setregs()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs318 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/elfutils/tests/
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/
Dmod.rs134 pub const PTRACE_SETREGS: ::c_int = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs633 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs563 pub const PTRACE_SETREGS: ::c_int = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
Dmod.rs746 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs396 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs800 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1376 pub const PTRACE_SETREGS: ::c_uint = 13; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1501 pub const PTRACE_SETREGS: ::c_int = 13; constant

12