Home | History | Annotate | Download | only in libebl

Lines Matching full:machines

58 } machines[] =
136 #define nmachines (sizeof (machines) / sizeof (machines[0]))
288 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
289 || (emulation == NULL && machines[cnt].em == machine))
292 result->emulation = machines[cnt].emulation;
306 result->machine = machines[cnt].em;
307 result->class = machines[cnt].class;
308 result->data = machines[cnt].data;
326 machines[cnt].dsoname),
333 machines[cnt].dsoname),
346 char symname[machines[cnt].prefix_len + sizeof "_init"];
348 strcpy (mempcpy (symname, machines[cnt].prefix,
349 machines[cnt].prefix_len), "_init");
375 result->name = machines[cnt].prefix;