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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-ipa.cc 40 static const int ppc_ft_collect_regmap[] = { variable
68 (sizeof (ppc_ft_collect_regmap) / sizeof(ppc_ft_collect_regmap[0]))
81 if (ppc_ft_collect_regmap[i] == -1)
85 + ppc_ft_collect_regmap[i] * sizeof (long));
97 if (ppc_ft_collect_regmap[regnum] == -1)
101 + ppc_ft_collect_regmap[regnum] * sizeof (long));
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-ipa.cc 40 static const int ppc_ft_collect_regmap[] = { variable
68 (sizeof (ppc_ft_collect_regmap) / sizeof(ppc_ft_collect_regmap[0]))
81 if (ppc_ft_collect_regmap[i] == -1)
85 + ppc_ft_collect_regmap[i] * sizeof (long));
97 if (ppc_ft_collect_regmap[regnum] == -1)
101 + ppc_ft_collect_regmap[regnum] * sizeof (long));

Completed in 23 milliseconds