Searched refs:dlopen (Results 1 – 8 of 8) sorted by relevance
26 TEST(dlopen, dlsym_in_self) { in TEST() argument27 void* self = dlopen(NULL, RTLD_NOW); in TEST()
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() function190 st_value: (Elf32_Addr) &dlopen,
416 libc_malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
94 - <dlfcn.h>: fixed dlopen() implementation to support dlopen(NULL, ...).
348 executable should be able to run (if it doesn't use dlopen()/dlsym())