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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-m68k-low.cc 90 static int m68k_regmap[] = variable
135 collect_register (regcache, i, (char *) buf + m68k_regmap[i]);
144 supply_register (regcache, i, (const char *) buf + m68k_regmap[i]);
154 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
164 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
236 m68k_regmap,
  /src/external/gpl3/gdb/dist/gdbserver/
linux-m68k-low.cc 90 static int m68k_regmap[] = variable
135 collect_register (regcache, i, (char *) buf + m68k_regmap[i]);
144 supply_register (regcache, i, (const char *) buf + m68k_regmap[i]);
154 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
164 + (m68k_regmap[i] - m68k_regmap[m68k_num_gregs])));
236 m68k_regmap,

Completed in 22 milliseconds