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

  /src/external/gpl3/gdb.old/dist/gdb/
hppa-linux-nat.c 55 static const int u_offsets[] = variable
166 if ((unsigned) regno >= ARRAY_SIZE (u_offsets))
169 if (u_offsets[regno] == -1)
173 addr = (CORE_ADDR) u_offsets[regno];
ia64-linux-nat.c 94 static int u_offsets[] = variable
355 if (u_offsets[regno] == -1)
358 addr = (CORE_ADDR) u_offsets[regno];
368 || u_offsets[regno] == -1;
405 || u_offsets[regno] == -1
  /src/external/gpl3/gdb/dist/gdb/
hppa-linux-nat.c 55 static const int u_offsets[] = variable
166 if ((unsigned) regno >= ARRAY_SIZE (u_offsets))
169 if (u_offsets[regno] == -1)
173 addr = (CORE_ADDR) u_offsets[regno];
ia64-linux-nat.c 94 static int u_offsets[] = variable
355 if (u_offsets[regno] == -1)
358 addr = (CORE_ADDR) u_offsets[regno];
368 || u_offsets[regno] == -1;
405 || u_offsets[regno] == -1

Completed in 17 milliseconds