HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_GETREGSET (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /external/elfutils/backends/
aarch64_initreg.c 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0)
80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0)
  /external/strace/
ptrace.h 147 #ifndef PTRACE_GETREGSET
148 # define PTRACE_GETREGSET 0x4204
  /system/core/debuggerd/libdebuggerd/arm64/
machine.cpp 39 if (ptrace(PTRACE_GETREGSET, backtrace->Tid(), reinterpret_cast<void*>(NT_PRSTATUS), &io) == -1) {
72 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRSTATUS, (void*) &io) == -1) {
83 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRFPREG, (void*) &io) == -1) {