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

  /external/elfutils/libebl/
libebl.h 31 /* Emulation name. */
32 const char *emulation; member in struct:ebl
112 /* Similar but with emulation name given. */
113 extern Ebl *ebl_openbackend_emulation (const char *emulation);
eblopenbackend.c 35 const char *emulation; member in struct:__anon3421
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;
    [all...]
  /external/elfutils/src/
ld.c 155 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME.") },
223 /* The emulation name to use. */
224 static const char *emulation; variable
328 err = ld_prepare_state (emulation);
544 if (emulation != NULL)
546 emulation = arg;
987 if (emulation != NULL)
989 ld_state.ebl = ebl_openbackend_emulation (emulation);
    [all...]

Completed in 287 milliseconds