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

  /src/tests/lib/csu/
h_initfini3.cxx 15 handle = dlopen("h_initfini3_dso.so", RTLD_NOW | RTLD_LOCAL);
  /src/tests/lib/libpthread/dlopen/
t_dlopen.c 69 test_dlopen(RTLD_NOW | RTLD_LOCAL);
119 test_dlopen_mutex(RTLD_NOW | RTLD_LOCAL);
168 test_dlopen_mutex_libc(RTLD_NOW | RTLD_LOCAL);
219 test_dlopen_mutex_libpthread(RTLD_NOW | RTLD_LOCAL);
t_dso_pthread_create.c 85 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
t_main_pthread_create.c 86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
  /src/include/
dlfcn.h 79 #define RTLD_LOCAL 0x200
  /src/tests/lib/libc/tls/
t_tls_dlopen.c 91 handle = dlopen("h_tls_dlopen.so", RTLD_NOW | RTLD_LOCAL);
  /src/tests/libexec/ld.elf_so/
t_dlclose_thread.c 62 handle = dlopen(libh_helper_dso[i], RTLD_LAZY | RTLD_LOCAL);
  /src/usr.sbin/npf/npfctl/
npf_extmod.c 77 handle = dlopen(extlib, RTLD_LAZY | RTLD_LOCAL);
  /src/lib/libc/net/
nsdispatch.c 319 mod.handle = dlopen(buf, RTLD_LOCAL | RTLD_LAZY);

Completed in 22 milliseconds