HomeSort by: relevance | last modified time | path
    Searched defs:emulations (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/kdump/
setemul.c 118 const struct emulation emulations[] = { variable in typeref:struct:emulation
171 static const struct emulation *default_emul = &emulations[0];
186 for (i = 0; emulations[i].name != NULL; i++) {
187 if (strcmp(emulations[i].name, name) == 0) {
188 match = &emulations[i];
  /src/external/gpl3/binutils/dist/gas/
as.c 143 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];
285 fprintf (stream, "%s | ", emulations[i]->name);
286 fprintf (stream, "%s]\n", emulations[i]->name);
754 as_fatal (_("emulations not handled in this configuration"))
142 static struct emulation *const emulations[] = { EMULATIONS }; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
as.c 134 static struct emulation *const emulations[] = { EMULATIONS };
135 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
170 if (!strcmp (emulations[i]->name, em))
174 this_emulation = emulations[i];
177 this_emulation = emulations[0];
276 fprintf (stream, "%s | ", emulations[i]->name);
277 fprintf (stream, "%s]\n", emulations[i]->name);
739 as_fatal (_("emulations not handled in this configuration"))
133 static struct emulation *const emulations[] = { EMULATIONS }; variable
    [all...]

Completed in 17 milliseconds