Home | History | Annotate | Download | only in gas

Lines Matching defs:emulations

143 static struct emulation *const emulations[] = { EMULATIONS };
144 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
179 if (!strcmp (emulations[i]->name, em))
183 this_emulation = emulations[i];
186 this_emulation = emulations[0];
285 fprintf (stream, "%s | ", emulations[i]->name);
286 fprintf (stream, "%s]\n", emulations[i]->name);
754 as_fatal (_("emulations not handled in this configuration"));