Searched refs:dlopen (Results 1 – 5 of 5) sorted by relevance
35 extern void* dlopen(const char* filename, int flag);
20 void *dlopen(const char *filename, int flag) { return 0; } in dlopen() function
128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; in main()
53 void *dlopen(const char *filename, int flag) in dlopen() function153 st_value: (Elf32_Addr) &dlopen,
336 executable should be able to run (if it doesn't use dlopen()/dlsym())