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

/haiku-buildtools/binutils/gold/
H A Dtarget-select.h102 // Push all supported emulations onto the vector. This is only used
194 // Return a list of supported emulations. The child class may
198 do_supported_emulations(std::vector<const char*>* emulations) argument
201 emulations->push_back(this->emulation_);
266 // Fill in a vector with the list of supported emulations.
H A Dnacl.h142 do_supported_emulations(std::vector<const char*>* emulations) argument
145 this->base_selector::do_supported_emulations(emulations);
146 emulations->push_back(this->emulation_);
/haiku-buildtools/legacy/binutils/gas/
H A Das.c144 static struct emulation *const emulations[] = { EMULATIONS }; variable
145 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];
265 fprintf (stream, "%s | ", emulations[i]->name);
266 fprintf (stream, "%s]\n", emulations[i]->name);
628 as_fatal (_("emulations not handled in this configuration"));
H A Dconfigure4527 emulations=""
4850 # From target name and format, produce a list of supported emulations.
4883 emulations="$emulations $emulation"
4893 emulations="$emulations i386coff i386elf"
4896 emulations="$emulations i386aout i386elf"
4899 emulations="$emulations i386aou
[all...]
/haiku-buildtools/binutils/gas/
H A Das.c143 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];
289 fprintf (stream, "%s | ", emulations[i]->name);
290 fprintf (stream, "%s]\n", emulations[i]->name);
684 as_fatal (_("emulations not handled in this configuration"));
142 static struct emulation *const emulations[] = { EMULATIONS }; variable
H A Dconfigure12201 emulations=""
12647 # From target name and format, produce a list of supported emulations.
12669 emulations="$emulations $emulation"
12703 emulations="$emulations i386coff i386elf"
12706 emulations="$emulations i386aout i386elf"
12709 emulations="$emulations i386aou
[all...]

Completed in 199 milliseconds