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

  /src/external/gpl3/gdb/dist/gdb/
sparc-nat.c 44 GNU/Linux kernel headers. Fortunately GNU/Linux has a `gregset_t'
47 <signal.h>. Settling on using the `gregset_t' and `fpregset_t'
53 typedef struct reg gregset_t; typedef in typeref:struct:reg
56 typedef struct regs gregset_t; typedef in typeref:struct:regs
107 /* Determine whether `gregset_t' contains register REGNUM. */
163 gregset_t regs;
198 gregset_t regs;
  /src/external/gpl3/gdb.old/dist/gdb/
sparc-nat.c 44 GNU/Linux kernel headers. Fortunately GNU/Linux has a `gregset_t'
47 <signal.h>. Settling on using the `gregset_t' and `fpregset_t'
53 typedef struct reg gregset_t; typedef in typeref:struct:reg
56 typedef struct regs gregset_t; typedef in typeref:struct:regs
107 /* Determine whether `gregset_t' contains register REGNUM. */
165 gregset_t regs;
200 gregset_t regs;

Completed in 23 milliseconds