RTLD_GLOBAL
handle = dlopen(fname, RTLD_LAZY|RTLD_GLOBAL);
flags |= (mode & RTLD_GLOBAL) ? _RTLD_GLOBAL : 0;
test_dlopen_mutex(RTLD_LAZY | RTLD_GLOBAL);
test_dlopen_mutex_libc(RTLD_LAZY | RTLD_GLOBAL);
test_dlopen_mutex_libpthread(RTLD_LAZY | RTLD_GLOBAL);
test_dlopen(RTLD_LAZY | RTLD_GLOBAL);
handle = dlopen(TMPFSMODULE, RTLD_GLOBAL);
RTLD_LAZY|RTLD_GLOBAL) == NULL) {
if (dlopen(pb, RTLD_LAZY|RTLD_GLOBAL) == NULL)