HomeSort by relevance Sort by last modified time
    Searched defs:emulations (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
as.c 150 static struct emulation *const emulations[] = { EMULATIONS };
151 static const int n_emulations = sizeof (emulations) / sizeof (emulations[0]);
186 if (!strcmp (emulations[i]->name, em))
190 this_emulation = emulations[i];
193 this_emulation = emulations[0];
296 fprintf (stream, "%s | ", emulations[i]->name);
297 fprintf (stream, "%s]\n", emulations[i]->name);
695 as_fatal (_("emulations not handled in this configuration"))
149 static struct emulation *const emulations[] = { EMULATIONS }; variable
    [all...]
  /external/libcups/cups/
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 75 milliseconds