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

  /src/external/gpl3/gdb/dist/gdb/
sparc-nat.c 94 const struct sparc_gregmap *sparc_gregmap; variable in typeref:struct:sparc_gregmap
96 void (*sparc_supply_gregset) (const struct sparc_gregmap *,
98 void (*sparc_collect_gregset) (const struct sparc_gregmap *,
173 sparc_supply_gregset (sparc_gregmap, regcache, -1, &regs);
203 sparc_collect_gregset (sparc_gregmap, regcache, regnum, &regs);
319 if (sparc_gregmap == NULL)
320 sparc_gregmap = &sparc32_sunos4_gregmap;
sparc-tdep.h 39 struct sparc_gregmap struct
228 extern const struct sparc_gregmap sparc32_sunos4_gregmap;
232 extern void sparc32_supply_gregset (const struct sparc_gregmap *gregmap,
235 extern void sparc32_collect_gregset (const struct sparc_gregmap *gregmap,
250 extern const struct sparc_gregmap sparc32_sol2_gregmap;
256 extern const struct sparc_gregmap sparc32nbsd_gregmap;
  /src/external/gpl3/gdb.old/dist/gdb/
sparc-nat.c 94 const struct sparc_gregmap *sparc_gregmap; variable in typeref:struct:sparc_gregmap
96 void (*sparc_supply_gregset) (const struct sparc_gregmap *,
98 void (*sparc_collect_gregset) (const struct sparc_gregmap *,
175 sparc_supply_gregset (sparc_gregmap, regcache, -1, &regs);
205 sparc_collect_gregset (sparc_gregmap, regcache, regnum, &regs);
321 if (sparc_gregmap == NULL)
322 sparc_gregmap = &sparc32_sunos4_gregmap;
sparc-tdep.h 39 struct sparc_gregmap struct
228 extern const struct sparc_gregmap sparc32_sunos4_gregmap;
232 extern void sparc32_supply_gregset (const struct sparc_gregmap *gregmap,
235 extern void sparc32_collect_gregset (const struct sparc_gregmap *gregmap,
250 extern const struct sparc_gregmap sparc32_sol2_gregmap;
256 extern const struct sparc_gregmap sparc32nbsd_gregmap;

Completed in 24 milliseconds