HomeSort by relevance Sort by last modified time
    Searched defs:emulation (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libebl/
libeblP.h 65 /* Emulation name. */
66 const char *emulation; member in struct:ebl
eblopenbackend.c 73 const char *emulation; member in struct:__anon25024
277 openbackend (elf, emulation, machine)
279 const char *emulation;
310 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
311 || (emulation == NULL && machines[cnt].em == machine))
313 /* Well, we know the emulation name now. */
314 result->emulation = machines[cnt].emulation;
    [all...]
  /external/elfutils/0.153/src/
ld.c 191 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
234 /* The emulation name to use. */
235 static const char *emulation; variable
347 err = ld_prepare_state (emulation);
593 if (emulation != NULL)
595 emulation = arg;
    [all...]

Completed in 131 milliseconds