RTLD_LAZY
#define DL_LAZY RTLD_LAZY /* Compat */
handle = dlopen(p, RTLD_LAZY);
mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY);
handle = dlopen(map->l_name, RTLD_LAZY);
handle = dlopen(fname, RTLD_LAZY|RTLD_GLOBAL);
dl_handle = dlopen(NULL, RTLD_LAZY);
dl_handle = dlopen(NULL, RTLD_LAZY);
dl_handle = dlopen(NULL, RTLD_LAZY);
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);
if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) {
if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) {
dso = dlopen("libh_helper_dso3.so", RTLD_LAZY);
dso = dlopen("libh_helper_dso3.so", RTLD_LAZY);
dso2_handle = dlopen("libh_helper_dso2.so", RTLD_LAZY | RTLD_LOCAL);
handle = dlopen("libh_helper_recurdso.so", RTLD_LAZY | RTLD_LOCAL);
handle = dlopen("libh_helper_recurdso2.so", RTLD_LAZY | RTLD_LOCAL);
handle = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
handle = dlopen("libnonexistent.so", RTLD_LAZY);
handle = dlopen("libm.so", RTLD_LAZY);
ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL,
handle = dlopen("libutil.so", RTLD_LAZY);
handle = dlopen("libutil.so", RTLD_LAZY);
handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY);
handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY);
handle = dlopen("libutil.so", RTLD_LAZY);
RTLD_LAZY|RTLD_GLOBAL) == NULL) {
if (dlopen(pb, RTLD_LAZY|RTLD_GLOBAL) == NULL)
handle = dlopen(extlib, RTLD_LAZY | RTLD_LOCAL);