Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.c38 static struct coff_scope *top_scope; variable
104 if (top_scope) in push_scope()
106 if (top_scope->list_tail) in push_scope()
108 top_scope->list_tail->next = n; in push_scope()
112 top_scope->list_head = n; in push_scope()
114 top_scope->list_tail = n; in push_scope()
117 n->parent = top_scope; in push_scope()
119 top_scope = n; in push_scope()
125 top_scope = top_scope->parent; in pop_scope()
632 file_scope = n->scope = top_scope; in doit()
[all …]