/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/bionic/libc/kernel/uapi/linux/ |
ptrace.h | 45 #define PTRACE_SETREGSET 0x4205
|
/external/kernel-headers/original/uapi/linux/ |
ptrace.h | 44 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov); 50 #define PTRACE_SETREGSET 0x4205
|
/external/strace/ |
process.c | 117 case PTRACE_SETREGSET: 203 case PTRACE_SETREGSET:
|
syscall.c | 1100 # define ptrace_setregset_or_setregs ptrace_setregset 1102 ptrace_setregset(pid_t pid) function 1106 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, 1114 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &io);
|
/external/strace/xlat/ |
ptrace_cmds.h | 89 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET) 90 XLAT(PTRACE_SETREGSET),
|
/bionic/tests/ |
sys_ptrace_test.cpp | 118 ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, child, NT_ARM_HW_WATCH, &iov)) << strerror(errno); 312 ASSERT_EQ(0, ptrace(PTRACE_SETREGSET, child, NT_ARM_HW_BREAK, &iov)) << strerror(errno);
|
/external/libunwind/src/ptrace/ |
_UPT_access_reg.c | 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
|
/external/strace/tests/ |
ptrace.c | 433 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); 434 printf("ptrace(PTRACE_SETREGSET, %u, NT_PRSTATUS, %#lx) = %s\n",
|
/external/strace/tests-m32/ |
ptrace.c | 433 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); 434 printf("ptrace(PTRACE_SETREGSET, %u, NT_PRSTATUS, %#lx) = %s\n",
|
/external/strace/tests-mx32/ |
ptrace.c | 433 do_ptrace(PTRACE_SETREGSET, pid, 1, bad_request); 434 printf("ptrace(PTRACE_SETREGSET, %u, NT_PRSTATUS, %#lx) = %s\n",
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_platform_limits_posix.cc | 385 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 387 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer 390 int ptrace_setregset = -1; member in namespace:__sanitizer 391 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET [all...] |
/external/valgrind/coregrind/ |
vgdb-invoker-ptrace.c | 683 DEBUG(1, "setregs PTRACE_SETREGSET sizeof(elf_regs) %zu\n", 687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); 689 ERROR(errno, "PTRACE_SETREGSET %ld\n", res); [all...] |
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
seccomp_bpf.c | [all...] |
/external/seccomp-tests/linux/ |
seccomp_bpf.c | 1317 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, [all...] |