OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initname
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py
[
all
...]
/external/elfutils/0.153/src/
ldgeneric.c
259
char *
initname
= (char *) alloca (emulation_len + sizeof "_ld_init");
local
260
strcpy (mempcpy (
initname
, emulation, emulation_len), "_ld_init");
262
= (int (*) (struct ld_state *)) dlsym (h,
initname
);
[
all
...]
Completed in 1368 milliseconds