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

  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-linux-nat.c 243 static int xtreg_high; variable
290 else if ((regnum < xtreg_lo) || (regnum > xtreg_high))
305 else if ((regnum < xtreg_lo) || (regnum > xtreg_high))
338 xtreg_high = -1;
343 if (ptr->gdb_regnum > xtreg_high)
344 xtreg_high = ptr->gdb_regnum;
  /src/external/gpl3/gdb/dist/gdb/
xtensa-linux-nat.c 243 static int xtreg_high; variable
290 else if ((regnum < xtreg_lo) || (regnum > xtreg_high))
305 else if ((regnum < xtreg_lo) || (regnum > xtreg_high))
336 xtreg_high = -1;
341 if (ptr->gdb_regnum > xtreg_high)
342 xtreg_high = ptr->gdb_regnum;

Completed in 15 milliseconds