HomeSort by: relevance | last modified time | path
    Searched refs:PTRACE_SETVFPREGS (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 49 # define PTRACE_SETVFPREGS 28
1135 { PTRACE_GETVFPREGS, PTRACE_SETVFPREGS, 0, ARM_VFP3_REGS_SIZE, EXTENDED_REGS,
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 49 # define PTRACE_SETVFPREGS 28
1094 { PTRACE_GETVFPREGS, PTRACE_SETVFPREGS, 0, ARM_VFP3_REGS_SIZE, EXTENDED_REGS,
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 60 #define PTRACE_SETVFPREGS 28
402 ret = ptrace (PTRACE_SETVFPREGS, tid, 0, regbuf);
  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 60 #define PTRACE_SETVFPREGS 28
402 ret = ptrace (PTRACE_SETVFPREGS, tid, 0, regbuf);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 359 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)
361 int ptrace_setvfpregs = PTRACE_SETVFPREGS; member in namespace:__sanitizer
364 int ptrace_setvfpregs = -1; member in namespace:__sanitizer
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 425 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)
427 int ptrace_setvfpregs = PTRACE_SETVFPREGS; member in namespace:__sanitizer
430 int ptrace_setvfpregs = -1; member in namespace:__sanitizer
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 383 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)
385 int ptrace_setvfpregs = PTRACE_SETVFPREGS; member in namespace:__sanitizer
388 int ptrace_setvfpregs = -1; member in namespace:__sanitizer

Completed in 43 milliseconds