Home
last modified time | relevance | path

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

/bionic/tests/
Ddlopen_test.cpp26 TEST(dlopen, dlsym_in_self) { in TEST() argument
27 void* self = dlopen(NULL, RTLD_NOW); in TEST()
/bionic/libc/include/
Ddlfcn.h46 extern void* dlopen(const char* filename, int flag);
/bionic/libdl/
Dlibdl.c21 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.c54 void *dlopen(const char *filename, int flag) in dlopen() function
190 st_value: (Elf32_Addr) &dlopen,
/bionic/libc/bionic/
Dmalloc_debug_common.cpp416 libc_malloc_impl_handle = dlopen(so_name, RTLD_LAZY); in malloc_init_impl()
/bionic/libc/docs/
DCHANGES.TXT94 - <dlfcn.h>: fixed dlopen() implementation to support dlopen(NULL, ...).
DOVERVIEW.TXT348 executable should be able to run (if it doesn't use dlopen()/dlsym())