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

  /external/ltrace/sysdeps/linux-gnu/sparc/
ptrace.h 23 #undef PTRACE_GETFPREGS
  /development/ndk/platforms/android-9/arch-mips/include/asm/
ptrace.h 50 #define PTRACE_GETFPREGS 14
  /bionic/libc/kernel/uapi/asm-mips/asm/
ptrace.h 49 #define PTRACE_GETFPREGS 14
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 81 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 81 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-L/arch-mips/include/asm/
ptrace.h 49 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
ptrace.h 49 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 81 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace-abi.h 81 #define PTRACE_GETFPREGS 14
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 47 #define PTRACE_GETFPREGS 14
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 63 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-3/arch-arm/include/asm/
ptrace.h 17 #define PTRACE_GETFPREGS 14
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 41 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs);
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 29 res = ptrace(PTRACE_GETFPREGS, pid, NULL, &fpregs);
  /bionic/libc/kernel/uapi/asm-arm/asm/
ptrace.h 25 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-3/header-patches/include/asm/
ptrace.h 6 #define PTRACE_GETFPREGS 14
  /development/ndk/platforms/android-L/arch-arm/include/asm/
ptrace.h 25 #define PTRACE_GETFPREGS 14
  /external/kernel-headers/original/uapi/asm-arm/asm/
ptrace.h 17 #define PTRACE_GETFPREGS 14
  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 53 && ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0)
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 104 if (ptrace(PTRACE_GETFPREGS, proc->pid, 0, &context->fpregs) < 0)
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 578 if (ptrace(PTRACE_GETFPREGS, proc->pid,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 289 int ptrace_getfpregs = PTRACE_GETFPREGS; member in namespace:__sanitizer
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 586 if (PTRACE(PTRACE_GETFPREGS, m_tid, NULL, m_buf, m_buf_size) < 0)
    [all...]

Completed in 969 milliseconds