/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace06.c | 94 #ifdef PTRACE_GETREGS 96 PTRACE_GETREGS,.data = 0}, { 97 PTRACE_GETREGS,.data = 1}, { 98 PTRACE_GETREGS,.data = 2}, { 99 PTRACE_GETREGS,.data = 3}, { 100 PTRACE_GETREGS,.data = -1}, { 101 PTRACE_GETREGS,.data = -2}, { 102 PTRACE_GETREGS,.data = -3}, { 103 PTRACE_GETREGS,.data = -4},
|
H A D | spawn_ptrace_child.h | 34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \ 112 #ifdef PTRACE_GETREGS
|
H A D | simple_tracer.c | 127 ret = vptrace(PTRACE_GETREGS, pid, NULL, &pt_regs); in main()
|
H A D | ptrace04.c | 60 ret = ptrace(PTRACE_GETREGS, pid, NULL, &_pt_regs); in compare_registers() 62 tst_resm(TFAIL | TERRNO, "PTRACE_GETREGS failed"); in compare_registers()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 56 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/elfutils/backends/ |
H A D | x86_64_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
|
H A D | m68k_initreg.c | 50 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in m68k_set_initial_registers_tid()
|
H A D | sparc_initreg.c | 53 /* The pt_regs structure filled in by PTRACE_GETREGS provides the in set_initial_registers_tid() 60 if (ptrace (PTRACE_GETREGS, tid, ®s, 0) == -1) in set_initial_registers_tid()
|
H A D | arm_initreg.c | 64 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
|
H A D | i386_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
|
/third_party/elfutils/tests/ |
H A D | backtrace-data.c | 181 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in set_initial_registers() 311 long l = ptrace (PTRACE_GETREGS, child, NULL, &user_regs); in main()
|
H A D | backtrace.c | 330 l = ptrace (PTRACE_GETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 60 PTRACE_GETREGS, 207 /// Get user registers, as with `ptrace(PTRACE_GETREGS, ...)` 219 ptrace_get_data::<user_regs_struct>(Request::PTRACE_GETREGS, pid) in getregs()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 317 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 133 pub const PTRACE_GETREGS: ::c_int = 12; consts
|
/third_party/toybox/toys/pending/ |
H A D | strace.c | 173 xptrace(PTRACE_GETREGS, TT.pid, 0, TT.regs); in get_regs()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 632 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 562 pub const PTRACE_GETREGS: ::c_int = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/ |
H A D | mod.rs | 799 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
H A D | mod.rs | 745 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
H A D | mod.rs | 395 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1375 pub const PTRACE_GETREGS: ::c_uint = 12; consts
|