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

  /src/external/gpl3/gdb/dist/gdb/
hppa-linux-nat.c 192 static const int greg_map[] = variable
320 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++, regp++)
322 int regno = greg_map[i];
337 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++)
339 int mregno = greg_map[i];
hppa-linux-nat.c 192 static const int greg_map[] = variable
320 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++, regp++)
322 int regno = greg_map[i];
337 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++)
339 int mregno = greg_map[i];
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-linux-nat.c 192 static const int greg_map[] = variable
320 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++, regp++)
322 int regno = greg_map[i];
337 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++)
339 int mregno = greg_map[i];
hppa-linux-nat.c 192 static const int greg_map[] = variable
320 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++, regp++)
322 int regno = greg_map[i];
337 for (i = 0; i < sizeof (greg_map) / sizeof (greg_map[0]); i++)
339 int mregno = greg_map[i];

Completed in 45 milliseconds