Lines Matching defs:machines
39 } machines[] =
117 #define nmachines (sizeof (machines) / sizeof (machines[0]))
212 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
213 || (emulation == NULL && machines[cnt].em == machine))
216 result->emulation = machines[cnt].emulation;
223 machines[cnt].dsoname),
230 machines[cnt].dsoname),
241 char symname[machines[cnt].prefix_len + sizeof "_init"];
243 strcpy (mempcpy (symname, machines[cnt].prefix,
244 machines[cnt].prefix_len), "_init");
269 result->name = machines[cnt].prefix;