Home | History | Annotate | Download | only in libebl

Lines Matching defs:machines

79 } machines[] =
155 #define nmachines (sizeof (machines) / sizeof (machines[0]))
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
312 result->emulation = machines[cnt].emulation;
326 result->machine = machines[cnt].em;
327 result->class = machines[cnt].class;
328 result->data = machines[cnt].data;
346 machines[cnt].dsoname),
353 machines[cnt].dsoname),
366 char symname[machines[cnt].prefix_len + sizeof "_init"];
368 strcpy (mempcpy (symname, machines[cnt].prefix,
369 machines[cnt].prefix_len), "_init");
395 result->name = machines[cnt].prefix;