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

/freebsd-11-stable/contrib/binutils/gas/
H A Das.c136 static struct emulation *const emulations[] = { EMULATIONS };
137 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
171 if (!strcmp (emulations[i]->name, em))
175 this_emulation = emulations[i];
178 this_emulation = emulations[0];
257 fprintf (stream, "%s | ", emulations[i]->name);
258 fprintf (stream, "%s]\n", emulations[i]->name);
607 as_fatal (_("emulations not handled in this configuration"));
135 static struct emulation *const emulations[] = { EMULATIONS }; variable
H A Dconfigure9919 emulations=""
10246 # From target name and format, produce a list of supported emulations.
10279 emulations="$emulations $emulation"
10289 emulations="$emulations i386coff i386elf"
10292 emulations="$emulations i386aout i386elf"
10295 emulations="$emulations i386aou
[all...]

Completed in 123 milliseconds