Home
last modified time | relevance | path

Searched refs:SO_FOR_DLOPEN (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Ddlopen.c9 #define SO_FOR_DLOPEN "lib_for_dlopen.so" macro
30 do_dlopen(SO_FOR_DLOPEN, RTLD_LAZY); in dlopen_lazy()
35 do_dlopen(SO_FOR_DLOPEN, RTLD_NOW); in dlopen_now()
40 do_dlopen(SO_FOR_DLOPEN, RTLD_GLOBAL); in dlopen_global()
45 do_dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_local()
100 void* handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
102 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
104 handle = dlopen(SO_FOR_DLOPEN, RTLD_LOCAL); in dlopen_dlclose()
106 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_FOR_DLOPEN, RTLD_LOCAL, dlerror()); in dlopen_dlclose()
109 t_error("dlclose %s failed : %s \n", SO_FOR_DLOPEN, dlerro in dlopen_dlclose()
[all...]

Completed in 1 milliseconds