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

  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.c 153 elf_fpxregset_t fpxregs;
155 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
152 elf_fpxregset_t fpxregs; local
x86-linux-nat.c 153 elf_fpxregset_t fpxregs;
155 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
152 elf_fpxregset_t fpxregs; local
i386-linux-nat.c 393 elf_fpxregset_t fpxregs;
398 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
409 i387_supply_fxsave (regcache, -1, (const elf_fpxregset_t *) &fpxregs);
420 elf_fpxregset_t fpxregs;
425 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
436 i387_collect_fxsave (regcache, regno, &fpxregs);
438 if (ptrace (PTRACE_SETFPXREGS, tid, 0, &fpxregs) == -1)
389 elf_fpxregset_t fpxregs; local
416 elf_fpxregset_t fpxregs; local
i386-linux-nat.c 393 elf_fpxregset_t fpxregs;
398 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
409 i387_supply_fxsave (regcache, -1, (const elf_fpxregset_t *) &fpxregs);
420 elf_fpxregset_t fpxregs;
425 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
436 i387_collect_fxsave (regcache, regno, &fpxregs);
438 if (ptrace (PTRACE_SETFPXREGS, tid, 0, &fpxregs) == -1)
389 elf_fpxregset_t fpxregs; local
416 elf_fpxregset_t fpxregs; local
  /src/external/gpl3/gdb/dist/gdb/
i386-linux-nat.c 377 elf_fpxregset_t fpxregs;
382 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
393 i387_supply_fxsave (regcache, -1, (const elf_fpxregset_t *) &fpxregs);
404 elf_fpxregset_t fpxregs;
409 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
420 i387_collect_fxsave (regcache, regno, &fpxregs);
422 if (ptrace (PTRACE_SETFPXREGS, tid, 0, &fpxregs) == -1)
373 elf_fpxregset_t fpxregs; local
400 elf_fpxregset_t fpxregs; local
i386-linux-nat.c 377 elf_fpxregset_t fpxregs;
382 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (int) &fpxregs) < 0)
393 i387_supply_fxsave (regcache, -1, (const elf_fpxregset_t *) &fpxregs);
404 elf_fpxregset_t fpxregs;
409 if (ptrace (PTRACE_GETFPXREGS, tid, 0, &fpxregs) == -1)
420 i387_collect_fxsave (regcache, regno, &fpxregs);
422 if (ptrace (PTRACE_SETFPXREGS, tid, 0, &fpxregs) == -1)
373 elf_fpxregset_t fpxregs; local
400 elf_fpxregset_t fpxregs; local
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc 904 elf_fpxregset_t fpxregs;
906 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (long) &fpxregs) < 0)
896 elf_fpxregset_t fpxregs; local
linux-x86-low.cc 904 elf_fpxregset_t fpxregs;
906 if (ptrace (PTRACE_GETFPXREGS, tid, 0, (long) &fpxregs) < 0)
896 elf_fpxregset_t fpxregs; local

Completed in 33 milliseconds