OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_model
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c
33
static model *
last_model
;
variable
252
if (
last_model
)
253
last_model
->next = new_model;
256
last_model
= new_model;
/src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c
33
static model *
last_model
;
variable
252
if (
last_model
)
253
last_model
->next = new_model;
256
last_model
= new_model;
Completed in 59 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026