Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Ddlopen.c131 #define DLOPEN_WEAK "libdlopen_weak.so" macro
136 void* handle = dlopen(DLOPEN_WEAK, RTLD_LAZY | RTLD_GLOBAL); in dlopen_dlclose_weak()
138 t_error("dlopen(name=%s, mode=%d) failed: %s\n", DLOPEN_WEAK, RTLD_LAZY | RTLD_GLOBAL, dlerror()); in dlopen_dlclose_weak()
143 t_error("weak symbol relocation error: so_name: %s, symbol: test_number\n", DLOPEN_WEAK); in dlopen_dlclose_weak()

Completed in 2 milliseconds