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

  /toolchain/binutils/binutils-2.25/gas/
emul.h 1 /* emul.h. File format emulation routines
24 struct emulation struct
39 COMMON struct emulation * this_emulation;
  /external/elfutils/libebl/
libeblP.h 44 /* Emulation name. */
45 const char *emulation; member in struct:ebl
eblopenbackend.c 52 const char *emulation; member in struct:__anon10787
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
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
parameters.cc 343 const char* emulation = parameters->options().m(); local
344 Target* target = select_target_by_emulation(emulation);
351 gold_error(_("unrecognized emulation %s"), emulation);
target-select.h 69 // NULL. EMULATION is the name of the emulation used by the GNU
72 const char* bfd_name, const char* emulation);
96 // If NAME matches the target emulation, return a pointer to a
138 // Return the emulation. This may return NULL, in which case the
140 // the emulation.
142 emulation() const function in class:gold::Target_selector
186 // Recognize a target by emulation. When this is called we already
189 // to recognize more than one emulation.
196 // emulation
    [all...]
  /external/elfutils/src/
ld.c 182 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
225 /* The emulation name to use. */
226 static const char *emulation; variable
333 err = ld_prepare_state (emulation);
579 if (emulation != NULL)
581 emulation = arg;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 191 char *emulation;
302 emulation = get_emulation (argc, argv);
303 ldemul_choose_mode (emulation);
333 read the emulation's appropriate default script. */
404 info_msg (_("%P: mode %s\n"), emulation);
587 /* We need to find any explicitly given emulation in order to initialize the
593 char *emulation;
596 emulation = getenv (EMULATION_ENVIRON);
597 if (emulation == NULL)
598 emulation = DEFAULT_EMULATION
190 char *emulation; local
592 char *emulation; local
    [all...]

Completed in 692 milliseconds