Home | History | Annotate | Download | only in libebl

Lines Matching defs:emulation

73   const char *emulation;
275 openbackend (elf, emulation, machine)
277 const char *emulation;
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
311 /* Well, we know the emulation name now. */
312 result->emulation = machines[cnt].emulation;
391 /* We cannot find a DSO but the emulation/machine ID matches.
404 result->emulation = "<unknown>";
442 /* Find backend with given emulation name. */
444 ebl_openbackend_emulation (const char *emulation)
446 return openbackend (NULL, emulation, EM_NONE);