Searched defs:PTRACE_SETREGS (Results 1 - 8 of 8) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h22 #undef PTRACE_SETREGS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h46 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h16 #define PTRACE_SETREGS 13 macro
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc2024 #ifndef PTRACE_SETREGS
2025 #define PTRACE_SETREGS 13 macro
2037 // responsible for committing these changes using PTRACE_SETREGS.
2146 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs));
2154 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs));
/external/strace/
H A Dutil.c1255 # undef PTRACE_SETREGS macro
1256 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1264 (ptrace(PTRACE_SETREGS, (tcp)->pid, (char *) (state), 0))
H A Dprocess.c73 # undef PTRACE_SETREGS macro
74 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
H A Dsyscall.c60 # undef PTRACE_SETREGS macro
61 # define PTRACE_SETREGS PTRACE_SETREGS64 macro

Completed in 653 milliseconds