Home | History | Annotate | Download | only in src

Lines Matching refs:syms

83   merger_list *syms;
91 for (syms = &head, n = 1; syms->next; syms = syms->next, n += 1)
92 if (UNIQSTR_EQ (name, syms->next->name))
94 if (syms->next == NULL)
96 syms->next = xmalloc (sizeof syms->next[0]);
97 syms->next->name = uniqstr_new (name);
100 syms->next->type = NULL;
101 syms->next->next = NULL;