| /netbsd-src/tests/libexec/ld.elf_so/ |
| H A D | t_tls_extern.c | 54 ATF_REQUIRE_DL(def = dlopen(libdef, 0)); in tls_extern() 57 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); in tls_extern() 62 ATF_REQUIRE_DL(def = dlopen(libdef, 0)); in tls_extern() 63 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); in tls_extern() 66 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); in tls_extern() 67 ATF_REQUIRE_DL(def = dlopen(libdef, 0)); in tls_extern() 70 ATF_REQUIRE_DL(use = dlopen(libuse, 0)); in tls_extern() 71 ATF_REQUIRE_DL(def = dlopen(libdef, RTLD_NOLOAD)); in tls_extern() 110 atf_tc_set_md_var(tc, "descr", "dlopen refuses extern __thread for TLS," in ATF_TC_HEAD() 118 ATF_REQUIRE_DL(def = dlopen("libh_def_dynami in ATF_TC_BODY() [all...] |
| H A D | t_rtld_r_debug.c | 143 ATF_TC(dlopen); 144 ATF_TC_HEAD(dlopen, tc) in ATF_TC_HEAD() argument 147 "check whether r_debug is well-formed after a dlopen(3) call"); in ATF_TC_HEAD() 149 ATF_TC_BODY(dlopen, tc) in ATF_TC_BODY() argument 154 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY() 155 ATF_REQUIRE_MSG(handle, "dlopen: %s", dlerror()); in ATF_TC_BODY() 169 ATF_TP_ADD_TC(tp, dlopen); in ATF_TP_ADD_TCS()
|
| H A D | t_dlvsym.c | 53 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY() 85 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY() 117 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY() 147 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY() 178 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY); in ATF_TC_BODY()
|
| H A D | t_dlinfo.c | 78 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY() 97 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY() 110 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL, in ATF_TC_BODY()
|
| H A D | t_dlerror-cleared.c | 54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY() 56 handle = dlopen("libm.so", RTLD_NOW); in ATF_TC_BODY()
|
| H A D | h_thread_local_dtor.c | 63 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY); in main() 81 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY); in main()
|
| H A D | h_locking.c | 66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) { in test_dl_iterate_phdr() 85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) { in init_fini_helper()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | instrprof-dlopen.test | 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 4 …DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/Inputs/instrprof-dlopen-main.c 5 …DLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/Inputs/instrprof-dlopen-main.c 7 RUN: %clang -c -o %t.d/main.o %S/Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 18 …ang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func.c 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-… 20 …ang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func.c 24 …g_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func2.c [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
| H A D | instrprof-dlopen.test | 2 …-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections %S/../Inputs/instrprof-dlopen-func.c 3 …sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections %S/../Inputs/instrprof-dlopen-func2.c 4 …OPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/../Inputs/instrprof-dlopen-main.c 5 …PEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/../Inputs/instrprof-dlopen-main.c 7 RUN: %clang -c -o %t.d/main.o %S/../Inputs/instrprof-dlopen-main.c 8 …-Wl,--gc-sections -o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs/instrprof-dlopen… 18 …_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/../Inputs/instrprof-dlopen-func.c 19 …ng_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlopen-func.c 20 …_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/../Inputs/instrprof-dlopen-func.c 24 …rofuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-dlopen-func2.c [all …]
|
| /netbsd-src/tests/lib/libpthread/dlopen/ |
| H A D | t_dlopen.c | 42 ATF_TC(dlopen); 44 ATF_TC_HEAD(dlopen, tc) in ATF_TC_HEAD() argument 52 ATF_TC_BODY(dlopen, tc) in ATF_TC_BODY() argument 56 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 84 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 116 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 147 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL); in ATF_TC_BODY() 165 ATF_TP_ADD_TC(tp, dlopen); in ATF_TP_ADD_TCS()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | dlfcn.d | 169 void* dlopen(const scope char*, int); in version() 193 void* dlopen(const scope char*, int); 218 void* dlopen(const scope char*, int); 241 void* dlopen(const scope char*, int); 264 void* dlopen(const scope char*, int); 289 void* dlopen(const scope char*, int); 318 void* dlopen(const scope char*, int); 343 void* dlopen(const scope char*, int); 366 void* dlopen(const scope char*, int); 415 void* dlopen(const scope char*, int);
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/dlzexternal/ns1/ |
| H A D | named.conf.in | 41 database "dlopen ../driver/.libs/dlzexternal.so example.nil"; 45 database "dlopen ../driver/.libs/dlzexternal.so alternate.nil"; 49 database "dlopen ../driver/.libs/dlzexternal.so example.org"; 54 …database "dlopen ../driver/.libs/dlzexternal.so 123456789.123456789.123456789.123456789.123456789.… 58 database "dlopen ../driver/.libs/dlzexternal.so other.nil"; 63 database "dlopen ../driver/.libs/dlzexternal.so zone.nil"; 68 database "dlopen ../driver/.libs/dlzexternal.so .";
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | host.c | 10 void *druntime = dlopen(argv[1], RTLD_LAZY); // load druntime in main() 15 void *druntime = dlopen(argv[1], RTLD_LAZY); // load druntime in main() 24 void* plugin1 = dlopen(name, RTLD_LAZY); in main() 26 void* plugin2 = dlopen(name, RTLD_LAZY); in main() 44 plugin1 = dlopen(name, RTLD_LAZY); in main()
|
| H A D | shared.exp | 82 if [is-effective-target dlopen] { 91 if { [is-effective-target dlopen] && [is-effective-target pthread] } {
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/ |
| H A D | host.c | 10 void *druntime = dlopen(argv[1], RTLD_LAZY); // load druntime in main() 19 void* plugin1 = dlopen(name, RTLD_LAZY); in main() 21 void* plugin2 = dlopen(name, RTLD_LAZY); in main() 39 plugin1 = dlopen(name, RTLD_LAZY); in main()
|
| H A D | shared.exp | 82 if [is-effective-target dlopen] { 91 if { [is-effective-target dlopen] && [is-effective-target pthread] } {
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | libgprofng.ver | 24 dlopen; 42 dlopen; 69 dlopen; 110 dlopen; 139 dlopen;
|
| /netbsd-src/lib/libc/dlfcn/ |
| H A D | dlfcn_elf.c | 42 #undef dlopen 49 #define dlopen ___dlopen macro 62 __weak_alias(dlopen,___dlopen) 96 dlopen(const char *name, int mode) in dlopen() function
|
| /netbsd-src/tests/lib/libpthread/dlopen/dso/ |
| H A D | Makefile | 13 LIBDIR= ${TESTSBASE}/lib/libpthread/dlopen 14 SHLIBDIR= ${TESTSBASE}/lib/libpthread/dlopen
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/ |
| H A D | instrprof-dlopen-main.c | 15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS); in main() 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); in main()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | dlz.inc.rst | 45 database "dlopen driver.so args"; 51 is implemented in ``driver.so`` and is loaded at runtime by the dlopen 77 database "dlopen driver.so args"; 93 at runtime by the "dlopen" DLZ driver. The example sets up a single zone, whose 99 database "dlopen driver.so example.nil";
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | xtensa-dynconfig.c | 39 dlopen (const char *file, int mode ATTRIBUTE_UNUSED) in dlopen() function 83 handle = dlopen (path, RTLD_LAZY); in xtensa_load_config()
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | ltconfig | 247 --enable-dlopen enable dlopen support 280 --enable-dlopen) enable_dlopen=yes ;; 2124 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2135 char dlopen(); 2138 dlopen() 2167 which can conflict with char dlopen(); below. */ 2172 char dlopen(); 2182 dlopen(); 2344 dlopen) 2385 echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6 [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | mapfile.sparcv9-Linux | 23 dlopen; 28 dlopen;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | DynamicLibrary.inc | 28 void *Handle = ::dlopen(File, RTLD_LAZY|RTLD_GLOBAL); 36 // with the handle of dlopen(NULL, RTLD_GLOBAL). 57 if (Err) *Err = "dlopen() not supported on this platform";
|