Searched refs:dlclose (Results 1 - 25 of 77) sorted by last modified time

1234

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c63 if(dlclose(handle) != 0) {
64 log_err("dlclose %s: %s", fname, strerror(errno));
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon_y.y705 dlclose(sav->imsi_handle);
1047 dlclose(isi->imsi_handle);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c224 int dlclose(void *) __exported;
2719 * because a dlclose() call from the fini function or from
3264 dlclose(void *handle) function
4733 * recursive dlclose() invocations.
/freebsd-11-stable/lib/libc/gen/
H A Ddlfcn.c76 #pragma weak dlclose macro
78 dlclose(void *handle __unused) function
H A DMakefile.inc321 dlopen.3 dlclose.3 \
/freebsd-11-stable/include/
H A Ddlfcn.h117 int dlclose(void *);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.c1769 dlclose(t->handle);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h302 #define __itt_unload_lib(handle) dlclose(handle)
355 int dlclose(void*) __attribute__((weak));
356 #define DL_SYMBOLS (dlopen && dlsym && dlclose)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1285 dlclose(h_memkind); // failure
1321 dlclose(h_memkind);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6069 INTERCEPTOR(int, dlclose, void *handle) {
6071 COMMON_INTERCEPTOR_ENTER_NOIGNORE(ctx, dlclose, handle);
6072 int res = REAL(dlclose)(handle);
6079 COMMON_INTERCEPT_FUNCTION(dlclose);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc19 ::dlclose(Handle);
21 ::dlclose(Process);
45 ::dlclose(Handle);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c299 dlclose(m_libHandle);
454 dlclose(m_libHandle);
H A Dittnotify_config.h247 #define __itt_unload_lib(handle) dlclose(handle)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp431 INTERCEPTOR(int, dlclose, void *handle) {
434 int res = REAL(dlclose)(handle);
448 INTERCEPT_FUNCTION(dlclose);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c685 (void) dlclose(libshare);
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c481 dlclose(imv->dlhandle);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c452 dlclose(imc->dlhandle);
H A Deap_methods.c199 dlclose(handle);
207 dlclose(handle);
214 * dlclose() when the EAP method is unregistered. */
262 dlclose(handle);
373 dlclose(handle);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_load.c93 dlclose(module->dlh);
H A Dopenpam_dynamic.c160 dlclose(module->dlh);
/freebsd-11-stable/contrib/lua/src/
H A Dloadlib.c122 dlclose(lib);
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c810 dlclose(loader_hdl);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_exit.c94 dlclose(handle);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dinit.c342 dlclose(hand);

Completed in 626 milliseconds

1234