Home
last modified time | relevance | path

Searched refs:expr_symbol_lines (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dexpr.c59 static struct expr_symbol_line *expr_symbol_lines; variable
112 n->next = expr_symbol_lines; in make_expr_symbol()
113 expr_symbol_lines = n; in make_expr_symbol()
127 for (l = expr_symbol_lines; l != NULL; l = l->next) in expr_symbol_where()
DChangeLog-96974621 (expr_symbol_lines): New static variable.
4622 (make_expr_symbol): Add entry to expr_symbol_lines.