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

  /src/external/gpl3/gdb.old/dist/gdb/
sparc-nat.c 45 and a `fpregset_t' that are equivalent to `struct regs' and `struct
47 <signal.h>. Settling on using the `gregset_t' and `fpregset_t'
54 typedef struct fpreg fpregset_t; typedef in typeref:struct:fpreg
57 typedef struct fp_status fpregset_t; typedef in typeref:struct:fp_status
129 /* Determine whether `fpregset_t' contains register REGNUM. */
180 fpregset_t fpregs;
230 fpregset_t fpregs, saved_fpregs;
  /src/external/gpl3/gdb/dist/gdb/
sparc-nat.c 45 and a `fpregset_t' that are equivalent to `struct regs' and `struct
47 <signal.h>. Settling on using the `gregset_t' and `fpregset_t'
54 typedef struct fpreg fpregset_t; typedef in typeref:struct:fpreg
57 typedef struct fp_status fpregset_t; typedef in typeref:struct:fp_status
129 /* Determine whether `fpregset_t' contains register REGNUM. */
180 fpregset_t fpregs;
230 fpregset_t fpregs, saved_fpregs;

Completed in 23 milliseconds