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

  /external/elfutils/libebl/
libeblP.h 64 /* Emulation name. */
65 const char *emulation; member in struct:ebl
eblopenbackend.c 73 const char *emulation; member in struct:__anon19927
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;
    [all...]
  /external/elfutils/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 76 milliseconds