OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emulations
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
target-select.h
102
// 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
)
201
emulations
->push_back(this->emulation_);
266
// Fill in a vector with the list of supported
emulations
.
nacl.h
142
do_supported_emulations(std::vector<const char*>*
emulations
)
145
this->base_selector::do_supported_emulations(
emulations
);
146
emulations
->push_back(this->emulation_);
/toolchain/binutils/binutils-2.25/gas/
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 63 milliseconds