OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mips_processor_reg_names
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
mips-tdep.h
117
const char * const *
mips_processor_reg_names
= nullptr;
member in struct:mips_gdbarch_tdep
mips-tdep.c
690
if (tdep->
mips_processor_reg_names
[rawnum - 32])
691
return tdep->
mips_processor_reg_names
[rawnum - 32];
8536
tdep->
mips_processor_reg_names
= reg_names;
/src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.h
117
const char * const *
mips_processor_reg_names
= nullptr;
member in struct:mips_gdbarch_tdep
mips-tdep.c
690
if (tdep->
mips_processor_reg_names
[rawnum - 32])
691
return tdep->
mips_processor_reg_names
[rawnum - 32];
8542
tdep->
mips_processor_reg_names
= reg_names;
Completed in 38 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026