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

  /bionic/libc/kernel/uapi/asm-arm/asm/
ptrace.h 33 #define PTRACE_GETVFPREGS 27
  /external/kernel-headers/original/uapi/asm-arm/asm/
ptrace.h 31 #define PTRACE_GETVFPREGS 27
  /external/strace/xlat/
ptrace_cmds.h 145 #if defined(PTRACE_GETVFPREGS) || (defined(HAVE_DECL_PTRACE_GETVFPREGS) && HAVE_DECL_PTRACE_GETVFPREGS)
146 XLAT(PTRACE_GETVFPREGS),
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 61 #define __PTRACE_FPREQUEST PTRACE_GETVFPREGS
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 68 res = ptrace((enum __ptrace_request)PTRACE_GETVFPREGS, pid, 0, regbuf);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 369 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)
370 int ptrace_getvfpregs = PTRACE_GETVFPREGS; member in namespace:__sanitizer
373 int ptrace_getvfpregs = -1; member in namespace:__sanitizer
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm.go 770 PTRACE_GETVFPREGS = 0x1b
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm.go 770 PTRACE_GETVFPREGS = 0x1b
    [all...]

Completed in 1104 milliseconds