HomeSort by: relevance | last modified time | path
    Searched defs:regmap (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/
regset.h 39 const void *regmap; member in struct:regset
regset.h 39 const void *regmap; member in struct:regset
i386-sol2-nat.c 178 static int regmap[] = variable
208 regcache->raw_supply (regnum, regp + regmap[regnum]);
224 regcache->raw_collect (i, regp + regmap[i]);
sh-netbsd-tdep.c 37 static const struct sh_corefile_regmap regmap[] = variable in typeref:struct:sh_corefile_regmap
201 tdep->core_gregmap = (struct sh_corefile_regmap *)regmap;
tilegx-linux-nat.c 62 static const int regmap[] = variable
88 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
89 if (regmap[i] >= 0)
90 regcache->raw_supply (i, regp + regmap[i]);
103 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
104 if (regmap[i] >= 0)
105 regcache->raw_collect (i, regp + regmap[i]);
i386-sol2-nat.c 178 static int regmap[] = variable
208 regcache->raw_supply (regnum, regp + regmap[regnum]);
224 regcache->raw_collect (i, regp + regmap[i]);
sh-netbsd-tdep.c 37 static const struct sh_corefile_regmap regmap[] = variable in typeref:struct:sh_corefile_regmap
201 tdep->core_gregmap = (struct sh_corefile_regmap *)regmap;
tilegx-linux-nat.c 62 static const int regmap[] = variable
88 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
89 if (regmap[i] >= 0)
90 regcache->raw_supply (i, regp + regmap[i]);
103 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
104 if (regmap[i] >= 0)
105 regcache->raw_collect (i, regp + regmap[i]);
alpha-netbsd-tdep.c 80 static const int regmap[] = local
94 for (i = 0; i < ARRAY_SIZE(regmap); i++)
97 regcache->raw_supply (i, regs + regmap[i] * 8);
m32r-linux-nat.c 53 static int regmap[] = {
100 regval = *(regp + regmap[i]);
154 regcache->raw_collect (i, regp + regmap[i]);
52 static int regmap[] = { variable
alpha-netbsd-tdep.c 80 static const int regmap[] = local
94 for (i = 0; i < ARRAY_SIZE(regmap); i++)
97 regcache->raw_supply (i, regs + regmap[i] * 8);
m32r-linux-nat.c 53 static int regmap[] = {
100 regval = *(regp + regmap[i]);
154 regcache->raw_collect (i, regp + regmap[i]);
52 static int regmap[] = { variable
m68k-linux-nat.c 73 static const int regmap[] =
126 regaddr = 4 * regmap[regno];
174 regaddr = 4 * regmap[regno];
230 regcache->raw_supply (regi, &regp[regmap[regi]]);
247 regcache->raw_collect (i, regp + regmap[i]);
72 static const int regmap[] = variable
  /src/external/gpl3/gdb/dist/gdb/
regset.h 39 const void *regmap; member in struct:regset
regset.h 39 const void *regmap; member in struct:regset
i386-sol2-nat.c 178 static int regmap[] = variable
208 regcache->raw_supply (regnum, regp + regmap[regnum]);
224 regcache->raw_collect (i, regp + regmap[i]);
sh-netbsd-tdep.c 37 static const struct sh_corefile_regmap regmap[] = variable in typeref:struct:sh_corefile_regmap
201 tdep->core_gregmap = (struct sh_corefile_regmap *)regmap;
tilegx-linux-nat.c 62 static const int regmap[] = variable
88 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
89 if (regmap[i] >= 0)
90 regcache->raw_supply (i, regp + regmap[i]);
103 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
104 if (regmap[i] >= 0)
105 regcache->raw_collect (i, regp + regmap[i]);
i386-sol2-nat.c 178 static int regmap[] = variable
208 regcache->raw_supply (regnum, regp + regmap[regnum]);
224 regcache->raw_collect (i, regp + regmap[i]);
sh-netbsd-tdep.c 37 static const struct sh_corefile_regmap regmap[] = variable in typeref:struct:sh_corefile_regmap
201 tdep->core_gregmap = (struct sh_corefile_regmap *)regmap;
tilegx-linux-nat.c 62 static const int regmap[] = variable
88 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
89 if (regmap[i] >= 0)
90 regcache->raw_supply (i, regp + regmap[i]);
103 for (i = 0; i < sizeof (regmap) / sizeof (regmap[0]); i++)
104 if (regmap[i] >= 0)
105 regcache->raw_collect (i, regp + regmap[i]);
alpha-netbsd-tdep.c 80 static const int regmap[] = local
94 for (i = 0; i < ARRAY_SIZE(regmap); i++)
97 regcache->raw_supply (i, regs + regmap[i] * 8);
m32r-linux-nat.c 53 static int regmap[] = {
100 regval = *(regp + regmap[i]);
154 regcache->raw_collect (i, regp + regmap[i]);
52 static int regmap[] = { variable
alpha-netbsd-tdep.c 80 static const int regmap[] = local
94 for (i = 0; i < ARRAY_SIZE(regmap); i++)
97 regcache->raw_supply (i, regs + regmap[i] * 8);
m32r-linux-nat.c 53 static int regmap[] = {
100 regval = *(regp + regmap[i]);
154 regcache->raw_collect (i, regp + regmap[i]);
52 static int regmap[] = { variable

Completed in 88 milliseconds

1 2 3