OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Aug 06 00:25:04 UTC 2026