OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMULATIONS
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/
config.in
39
/* Supported
emulations
. */
40
#undef
EMULATIONS
as.c
142
static struct emulation *const
emulations
[] = {
EMULATIONS
};
143
static const int n_emulations = sizeof (
emulations
) / sizeof (
emulations
[0]);
177
if (!strcmp (
emulations
[i]->name, em))
181
this_emulation =
emulations
[i];
184
this_emulation =
emulations
[0];
275
fprintf (stream, "%s | ",
emulations
[i]->name);
276
fprintf (stream, "%s]\n",
emulations
[i]->name);
651
as_fatal (_("
emulations
not handled in this configuration"))
141
static struct emulation *const
emulations
[] = { EMULATIONS };
variable
[
all
...]
configure
[
all
...]
Completed in 54 milliseconds