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_f
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
itbl-ops.c
228
struct itbl_field *f, **
last_f
;
local
235
last_f
= &e->fields;
236
while (*
last_f
)
237
last_f
= &(*
last_f
)->next;
238
*
last_f
= f;
/src/external/gpl3/binutils.old/dist/gas/
itbl-ops.c
228
struct itbl_field *f, **
last_f
;
local
235
last_f
= &e->fields;
236
while (*
last_f
)
237
last_f
= &(*
last_f
)->next;
238
*
last_f
= f;
Completed in 17 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026