Lines Matching refs:RTLD_NOLOAD

209   void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD);  in TEST()
212 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
232 void* handle_soname = dlopen(soname, RTLD_NOW | RTLD_NOLOAD); in TEST()
237 void* handle_filename = dlopen(filename, RTLD_NOW | RTLD_NOLOAD); in TEST()
453 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
477 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
479 handle = dlopen("libtest_check_order_reloc_siblings_1.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
518 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
564 void* handle = dlopen("libtest_check_order_reloc_siblings.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
608 handle = dlopen("libtest_two_parents_parent1.so", RTLD_NOW | RTLD_LOCAL | RTLD_NOLOAD); in TEST()
618 handle = dlopen("libtest_two_parents_parent1.so", RTLD_NOW | RTLD_LOCAL | RTLD_NOLOAD); in TEST()
639 void* handle = dlopen("libtest_check_order_reloc_root.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
719 handle = dlopen("libtest_with_dependency_loop.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
728 handle = dlopen("libtest_with_dependency_a.so", RTLD_NOW | RTLD_NOLOAD); in TEST()
1331 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1343 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1359 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1377 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1386 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1394 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1399 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1426 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1453 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1486 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1495 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1509 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1513 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1525 #elif !defined(RTLD_NOLOAD) in TEST()
1526 #error no RTLD_NOLOAD in TEST()