Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Ddlfcn.h35 extern void* dlopen(const char* filename, int flag);
/bionic/libdl/
Dlibdl.c20 void *dlopen(const char *filename, int flag) { return 0; } in dlopen() function
Ddltest.c128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
/bionic/linker/
Ddlfcn.c53 void *dlopen(const char *filename, int flag) in dlopen() function
153 st_value: (Elf32_Addr) &dlopen,
/bionic/libc/docs/
DOVERVIEW.TXT336 executable should be able to run (if it doesn't use dlopen()/dlsym())