/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
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},
|
D | spawn_ptrace_child.h | 34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \ 112 #ifdef PTRACE_GETREGS
|
D | simple_tracer.c | 127 ret = vptrace(PTRACE_GETREGS, pid, NULL, &pt_regs); in main()
|
D | ptrace04.c | 60 ret = ptrace(PTRACE_GETREGS, pid, NULL, &_pt_regs); in compare_registers()
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
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/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 55 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/musl/include/sys/ |
D | ptrace.h | 21 #define PTRACE_GETREGS 12 macro 56 #define PT_GETREGS PTRACE_GETREGS
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu-riscv64gc.txt | 5 PTRACE_GETREGS
|
D | linux-mips.txt | 8 PTRACE_GETREGS
|
D | android-arm.txt | 3 PTRACE_GETREGS
|
D | linux-x86_64.txt | 51 PTRACE_GETREGS
|
D | linux-powerpc.txt | 27 PTRACE_GETREGS
|
D | linux-i686.txt | 45 PTRACE_GETREGS
|
/third_party/elfutils/backends/ |
D | arm_initreg.c | 64 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in arm_set_initial_registers_tid()
|
D | x86_64_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in x86_64_set_initial_registers_tid()
|
D | m68k_initreg.c | 50 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in m68k_set_initial_registers_tid()
|
D | i386_initreg.c | 51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0) in i386_set_initial_registers_tid()
|
D | sparc_initreg.c | 60 if (ptrace (PTRACE_GETREGS, tid, ®s, 0) == -1) in EBLHOOK()
|
/third_party/elfutils/tests/ |
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()
|
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/ |
D | linux.rs | 60 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/ |
D | mod.rs | 317 pub const PTRACE_GETREGS: ::c_uint = 12; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 133 pub const PTRACE_GETREGS: ::c_int = 12; constant
|