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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-linux-tdesc.c 68 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-linux-tdesc.c 68 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
i386-linux-nat.c 370 /* Fetch all registers covered by the PTRACE_GETFPXREGS request from
382 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
409 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
472 /* Use the PTRACE_GETFPXREGS request whenever possible, since it
configure 30399 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
30400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
30401 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
30411 PTRACE_GETFPXREGS;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i386-linux-nat.c 370 /* Fetch all registers covered by the PTRACE_GETFPXREGS request from
382 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
409 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
472 /* Use the PTRACE_GETFPXREGS request whenever possible, since it
configure 30274 # See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
30275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
30276 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
30286 PTRACE_GETFPXREGS;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 351 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
353 int ptrace_getfpxregs = PTRACE_GETFPXREGS; member in namespace:__sanitizer
356 int ptrace_getfpxregs = -1; member in namespace:__sanitizer
358 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 417 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
419 int ptrace_getfpxregs = PTRACE_GETFPXREGS; member in namespace:__sanitizer
422 int ptrace_getfpxregs = -1; member in namespace:__sanitizer
424 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.cpp 375 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
377 int ptrace_getfpxregs = PTRACE_GETFPXREGS; member in namespace:__sanitizer
380 int ptrace_getfpxregs = -1; member in namespace:__sanitizer
382 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc 551 { PTRACE_GETFPXREGS, PTRACE_SETFPXREGS, 0, sizeof (elf_fpxregset_t),
configure 14417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTRACE_GETFPXREGS" >&5
14418 $as_echo_n "checking for PTRACE_GETFPXREGS... " >&6; }
14428 PTRACE_GETFPXREGS;
  /src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc 566 { PTRACE_GETFPXREGS, PTRACE_SETFPXREGS, 0, sizeof (elf_fpxregset_t),

Completed in 146 milliseconds