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_insn_model
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.c
823
insn_model_entry **
last_insn_model
;
local
878
last_insn_model
= &insn->models;
879
while ((*
last_insn_model
) != NULL)
880
last_insn_model
= &(*
last_insn_model
)->next;
881
*
last_insn_model
= new_insn_model;
/src/external/gpl3/gdb/dist/sim/igen/
ld-insn.c
823
insn_model_entry **
last_insn_model
;
local
878
last_insn_model
= &insn->models;
879
while ((*
last_insn_model
) != NULL)
880
last_insn_model
= &(*
last_insn_model
)->next;
881
*
last_insn_model
= new_insn_model;
Completed in 16 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026