Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-x86/
Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/asm-arm/
Dptrace.h15 #define PTRACE_SETREGS 13 macro
/external/strace/
Dutil.c98 # undef PTRACE_SETREGS
99 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1320 (ptrace (PTRACE_SETREGS, tcp->pid, (char *) (state), 0))
1978 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0) {
Dprocess.c109 # undef PTRACE_SETREGS
110 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
665 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)&regs, 0)<0)
2226 #ifdef PTRACE_SETREGS
2227 { PTRACE_SETREGS, "PTRACE_SETREGS" },
Dsyscall.c83 # undef PTRACE_SETREGS
84 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1799 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0)
1813 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)&regs, 0) < 0)
Dsignal.c93 # undef PTRACE_SETREGS
94 # define PTRACE_SETREGS PTRACE_SETREGS64 macro