OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emulation_len
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/src/
ldgeneric.c
244
size_t
emulation_len
= strlen (emulation);
local
247
char *fname = (char *) alloca (sizeof "libld_" - 1 +
emulation_len
249
strcpy (mempcpy (stpcpy (fname, "libld_"), emulation,
emulation_len
), ".so");
259
char *initname = (char *) alloca (
emulation_len
+ sizeof "_ld_init");
260
strcpy (mempcpy (initname, emulation,
emulation_len
), "_ld_init");
[
all
...]
Completed in 473 milliseconds