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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c39 static struct coff_scope *top_scope; variable in typeref:struct:coff_scope
104 if (top_scope)
106 if (top_scope->list_tail)
108 top_scope->list_tail->next = n;
112 top_scope->list_head = n;
114 top_scope->list_tail = n;
117 n->parent = top_scope;
119 top_scope = n;
125 top_scope = top_scope
[all...]

Completed in 195 milliseconds