Home | History | Annotate | Download | only in gas

Lines Matching defs:emulations

134 static struct emulation *const emulations[] = { EMULATIONS };
135 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
170 if (!strcmp (emulations[i]->name, em))
174 this_emulation = emulations[i];
177 this_emulation = emulations[0];
276 fprintf (stream, "%s | ", emulations[i]->name);
277 fprintf (stream, "%s]\n", emulations[i]->name);
739 as_fatal (_("emulations not handled in this configuration"));