HomeSort by: relevance | last modified time | path
    Searched defs:have_ptrace_xmmregs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
i386-fbsd-nat.c 48 static int have_ptrace_xmmregs; variable
110 if (have_ptrace_xmmregs != 0)
193 if (have_ptrace_xmmregs != 0)
325 have_ptrace_xmmregs = 1;
329 if (have_ptrace_xmmregs)
i386-bsd-nat.c 97 static int have_ptrace_xmmregs = -1;
166 if (have_ptrace_xmmregs != 0
170 have_ptrace_xmmregs = 1;
175 have_ptrace_xmmregs = 0;
214 if (have_ptrace_xmmregs != 0
218 have_ptrace_xmmregs = 1;
228 have_ptrace_xmmregs = 0;
96 static int have_ptrace_xmmregs = -1; variable
  /src/external/gpl3/gdb/dist/gdb/
i386-fbsd-nat.c 48 static int have_ptrace_xmmregs; variable
110 if (have_ptrace_xmmregs != 0)
193 if (have_ptrace_xmmregs != 0)
325 have_ptrace_xmmregs = 1;
329 if (have_ptrace_xmmregs)
i386-bsd-nat.c 97 static int have_ptrace_xmmregs = -1;
166 if (have_ptrace_xmmregs != 0
170 have_ptrace_xmmregs = 1;
175 have_ptrace_xmmregs = 0;
214 if (have_ptrace_xmmregs != 0
218 have_ptrace_xmmregs = 1;
228 have_ptrace_xmmregs = 0;
96 static int have_ptrace_xmmregs = -1; variable

Completed in 44 milliseconds