OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emulations
(Results
1 - 6
of
6
) 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
...]
/external/libcups/cups/
ppd.c
148
* Free any
emulations
...
153
for (i = ppd->num_emulations, emul = ppd->
emulations
; i > 0; i --, emul ++)
159
ppd_free(ppd->
emulations
);
1215
if ((ppd->
emulations
= calloc((size_t)count, sizeof(ppd_emul_t))) == NULL)
1224
for (nameptr = ppd->
emulations
[i].name;
1227
if (nameptr < (ppd->
emulations
[i].name + sizeof(ppd->
emulations
[i].name) - 1))
[
all
...]
ppd.h
305
int num_emulations; /* Number of
emulations
supported */
306
ppd_emul_t *
emulations
; /*
Emulations
and the code to invoke them */
member in struct:ppd_file_s
Completed in 230 milliseconds