Home | History | Annotate | Download | only in src

Lines Matching refs:emulation

188 ld_prepare_state (const char *emulation)
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");