HomeSort by: relevance | last modified time | path
    Searched refs:RTLD_LAZY (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/libexec/ld.elf_so/
t_dlinfo.c 78 handle = dlopen("libutil.so", RTLD_LAZY);
97 handle = dlopen("libutil.so", RTLD_LAZY);
110 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL,
t_dlerror-cleared.c 54 handle = dlopen("libnonexistent.so", RTLD_LAZY);
h_thread_local_dtor.c 63 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY);
81 dso = dlopen("libh_helper_dso3.so", RTLD_LAZY);
t_dlvsym.c 53 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
85 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
117 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
147 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
178 handle = dlopen("libh_helper_symver_dso.so", RTLD_LAZY);
t_dlerror-false.c 57 handle = dlopen("libm.so", RTLD_LAZY);
h_locking.c 66 if ((dso = dlopen("libh_helper_dso2.so", RTLD_LAZY)) == NULL) {
85 if ((dso = dlopen(arg, RTLD_LAZY)) == NULL) {
t_dlclose_thread.c 62 handle = dlopen(libh_helper_dso[i], RTLD_LAZY | RTLD_LOCAL);
t_ifunc.c 77 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY);
131 handle = dlopen("libh_helper_ifunc_dso.so", RTLD_LAZY);
t_rtld_r_debug.c 182 handle = dlopen("libutil.so", RTLD_LAZY);
  /src/include/
dlfcn.h 76 #define RTLD_LAZY 1
83 #define DL_LAZY RTLD_LAZY /* Compat */
  /src/tests/lib/libpthread/dlopen/
t_dlopen.c 80 test_dlopen(RTLD_LAZY | RTLD_GLOBAL);
130 test_dlopen_mutex(RTLD_LAZY | RTLD_GLOBAL);
179 test_dlopen_mutex_libc(RTLD_LAZY | RTLD_GLOBAL);
231 test_dlopen_mutex_libpthread(RTLD_LAZY | RTLD_GLOBAL);
  /src/tests/lib/libc/string/
t_strchr.c 249 dl_handle = dlopen(NULL, RTLD_LAZY);
t_strchrnul.c 248 dl_handle = dlopen(NULL, RTLD_LAZY);
t_strlen.c 111 dl_handle = dlopen(NULL, RTLD_LAZY);
  /src/usr.sbin/npf/npfctl/
npf_extmod.c 77 handle = dlopen(extlib, RTLD_LAZY | RTLD_LOCAL);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 57 void *p = dlopen("libcorkscrew.so", RTLD_LAZY);
  /src/usr.bin/rump_allserver/
rump_allserver.c 369 RTLD_LAZY|RTLD_GLOBAL) == NULL) {
374 if (dlopen(pb, RTLD_LAZY|RTLD_GLOBAL) == NULL)
  /src/lib/libc/citrus/
citrus_module.c 336 handle = dlopen(p, RTLD_LAZY);
  /src/lib/libc/net/
nsdispatch.c 319 mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY);
  /src/lib/librumpuser/
rumpuser_dl.c 495 handle = dlopen(map->l_name, RTLD_LAZY);
  /src/lib/libukfs/
ukfs.c 1152 handle = dlopen(fname, RTLD_LAZY|RTLD_GLOBAL);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3168 void *lib = dlopen(path, RTLD_LAZY);
3188 void *lib = dlopen(path, RTLD_LAZY);
3206 void *lib = dlopen(path, RTLD_LAZY);

Completed in 33 milliseconds