Lines Matching defs:emulation
66 const char *emulation;
268 openbackend (Elf *elf, const char *emulation, GElf_Half machine)
298 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
299 || (emulation == NULL && machines[cnt].em == machine))
301 /* Well, we know the emulation name now. */
302 result->emulation = machines[cnt].emulation;
336 /* We don't have a backend but the emulation/machine ID matches.
346 result->emulation = "<unknown>";
381 /* Find backend with given emulation name. */
383 ebl_openbackend_emulation (const char *emulation)
385 return openbackend (NULL, emulation, EM_NONE);