Searched defs:emulation (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libebl/
H A DlibeblP.h65 const char *emulation; member in struct:ebl
H A Deblopenbackend.c73 const char *emulation; member in struct:__anon18444
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;
444 ebl_openbackend_emulation(const char *emulation) argument
[all...]
/external/elfutils/src/
H A Dld.c191 { "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;
1079 if (emulation != NULL)
1081 ld_state.ebl = ebl_openbackend_emulation (emulation);
H A Dldgeneric.c188 ld_prepare_state (const char *emulation) argument
239 if (emulation == NULL)
241 emulation = ebl_backend_name (ld_state.ebl);
242 assert (emulation != NULL);
244 size_t emulation_len = strlen (emulation);
249 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
260 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init");

Completed in 490 milliseconds