Home | History | Annotate | Download | only in libebl

Lines Matching full:emulation

35   const char *emulation;
158 openbackend (elf, emulation, machine)
160 const char *emulation;
212 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
213 || (emulation == NULL && machines[cnt].em == machine))
215 /* Well, we know the emulation name now. */
216 result->emulation = machines[cnt].emulation;
265 /* We cannot find a DSO but the emulation/machine ID matches.
277 result->emulation = "<unknown>";
314 /* Find backend with given emulation name. */
316 ebl_openbackend_emulation (const char *emulation)
318 return openbackend (NULL, emulation, EM_NONE);