Home | History | Annotate | Download | only in gas

Lines Matching full:defsyms

64 /* We build a list of defsyms as we read the options, and then define
122 static struct defsym_list *defsyms;
764 n->next = defsyms;
767 defsyms = n;
1297 while (defsyms != NULL)
1302 sym = symbol_new (defsyms->name, absolute_section, defsyms->value,
1310 next = defsyms->next;
1311 free (defsyms);
1312 defsyms = next;