HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SETREGSET (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 136 PTRACE_SETREGSET = 0x4205,
137 #define PTRACE_SETREGSET PTRACE_SETREGSET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 136 PTRACE_SETREGSET = 0x4205,
137 #define PTRACE_SETREGSET PTRACE_SETREGSET
  /external/strace/
ptrace.h 106 #ifndef PTRACE_SETREGSET
107 # define PTRACE_SETREGSET 0x4205
process.c 85 || tcp->u_arg[0] == PTRACE_SETREGSET
113 case PTRACE_SETREGSET:
  /bionic/libc/kernel/uapi/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /development/ndk/platforms/android-21/include/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 42 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
48 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 45 #define PTRACE_SETREGSET 0x4205
  /external/ltrace/sysdeps/linux-gnu/metag/
regs.c 60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov);
  /external/ltrace/sysdeps/linux-gnu/aarch64/
regs.c 50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
  /external/strace/xlat/
ptrace_cmds.h 82 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
83 XLAT(PTRACE_SETREGSET),
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 47 #ifndef PTRACE_SETREGSET
48 #define PTRACE_SETREGSET 0x4205
130 case PTRACE_SETREGSET:
134 verbose_log->Printf("PTRACE_SETREGSET %s", buf.GetData());
161 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
192 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET)
700 if (PTRACE(PTRACE_SETREGSET, m_tid, (void *)&m_regset, m_buf, m_buf_size) < 0)
    [all...]
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 328 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
330 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer
333 int ptrace_setregset = -1; member in namespace:__sanitizer
334 #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...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 1123 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov);
    [all...]

Completed in 1383 milliseconds