Home | History | Annotate | Download | only in libebl

Lines Matching refs:emulation

52   const char *emulation;
257 openbackend (Elf *elf, const char *emulation, GElf_Half machine)
287 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
288 || (emulation == NULL && machines[cnt].em == machine))
290 /* Well, we know the emulation name now. */
291 result->emulation = machines[cnt].emulation;
374 /* We cannot find a DSO but the emulation/machine ID matches.
387 result->emulation = "<unknown>";
423 /* Find backend with given emulation name. */
425 ebl_openbackend_emulation (const char *emulation)
427 return openbackend (NULL, emulation, EM_NONE);