Searched refs:PTRACE_SETREGS (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | ptrace-abi.h | 62 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/asm-arm/ |
D | ptrace.h | 15 #define PTRACE_SETREGS 13 macro
|
/external/strace/ |
D | util.c | 98 # 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 *)®s, 0) < 0) {
|
D | process.c | 109 # undef PTRACE_SETREGS 110 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 665 if (ptrace(PTRACE_SETREGS, tcp->pid, (char*)®s, 0)<0) 2226 #ifdef PTRACE_SETREGS 2227 { PTRACE_SETREGS, "PTRACE_SETREGS" },
|
D | syscall.c | 83 # undef PTRACE_SETREGS 84 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 1799 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)®s, 0) < 0) 1813 if (ptrace(PTRACE_SETREGS, tcp->pid, (char *)®s, 0) < 0)
|
D | signal.c | 93 # undef PTRACE_SETREGS 94 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
|