OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expr_symbol_lines
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
expr.c
48
static struct expr_symbol_line *
expr_symbol_lines
;
variable in typeref:struct:expr_symbol_line
98
n->next =
expr_symbol_lines
;
99
expr_symbol_lines
= n;
113
for (l =
expr_symbol_lines
; l != NULL; l = l->next)
1642
expr_symbol_lines
= NULL;
/src/external/gpl3/binutils.old/dist/gas/
expr.c
50
static struct expr_symbol_line *
expr_symbol_lines
;
variable in typeref:struct:expr_symbol_line
100
n->next =
expr_symbol_lines
;
101
expr_symbol_lines
= n;
115
for (l =
expr_symbol_lines
; l != NULL; l = l->next)
1677
expr_symbol_lines
= NULL;
Completed in 14 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026