Searched refs:dlopen (Results 1 – 7 of 7) sorted by relevance
46 extern void* dlopen(const char* filename, int flag);
21 void *dlopen(const char *filename, int flag) { return 0; } in dlopen() function
128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
54 void *dlopen(const char *filename, int flag) in dlopen() function197 st_value: (Elf32_Addr) &dlopen,
358 libc_malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
73 - <dlfcn.h>: fixed dlopen() implementation to support dlopen(NULL, ...).
348 executable should be able to run (if it doesn't use dlopen()/dlsym())