OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_UNAVAIL
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c
49
enum {
REG_UNAVAIL
= (CORE_ADDR) (-1) };
242
if (cache->saved_regs[regnum] !=
REG_UNAVAIL
)
257
if (cache->saved_regs[regnum] !=
REG_UNAVAIL
)
446
cache->saved_regs[i] =
REG_UNAVAIL
;
484
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
521
if (regnum < FT32_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
moxie-tdep.c
45
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
509
cache->saved_regs[i] =
REG_UNAVAIL
;
544
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
581
if (regnum < MOXIE_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
xstormy16-tdep.c
68
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
650
cache->saved_regs[i] =
REG_UNAVAIL
;
685
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
702
if (regnum < E_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
iq2000-tdep.c
57
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
nds32-tdep.c
59
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
568
cache->saved_regs[i] =
REG_UNAVAIL
;
947
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
987
if (regnum < NDS32_NUM_SAVED_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
1333
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
1372
if (regnum < NDS32_NUM_SAVED_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
/src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c
49
enum {
REG_UNAVAIL
= (CORE_ADDR) (-1) };
242
if (cache->saved_regs[regnum] !=
REG_UNAVAIL
)
257
if (cache->saved_regs[regnum] !=
REG_UNAVAIL
)
446
cache->saved_regs[i] =
REG_UNAVAIL
;
484
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
521
if (regnum < FT32_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
moxie-tdep.c
45
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
509
cache->saved_regs[i] =
REG_UNAVAIL
;
544
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
581
if (regnum < MOXIE_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
xstormy16-tdep.c
68
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
650
cache->saved_regs[i] =
REG_UNAVAIL
;
685
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
702
if (regnum < E_NUM_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
iq2000-tdep.c
57
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
nds32-tdep.c
59
enum {
REG_UNAVAIL
= (CORE_ADDR) -1 };
568
cache->saved_regs[i] =
REG_UNAVAIL
;
947
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
987
if (regnum < NDS32_NUM_SAVED_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
1333
if (cache->saved_regs[i] !=
REG_UNAVAIL
)
1372
if (regnum < NDS32_NUM_SAVED_REGS && cache->saved_regs[regnum] !=
REG_UNAVAIL
)
Completed in 18 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026