| /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, ®s); 203 sparc_collect_gregset (sparc_gregmap, regcache, regnum, ®s); 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, ®s); 205 sparc_collect_gregset (sparc_gregmap, regcache, regnum, ®s); 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;
|