Home
last modified time | relevance | path

Searched refs:dlclose (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlvsym.c65 dlclose(handle); in ATF_TC_BODY()
97 dlclose(handle); in ATF_TC_BODY()
127 dlclose(handle); in ATF_TC_BODY()
157 dlclose(handle); in ATF_TC_BODY()
190 dlclose(handle); in ATF_TC_BODY()
H A Dt_dlerror-false.c67 dlclose(handle); in ATF_TC_BODY()
H A Dt_ifunc.c75 dlclose(handle); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c64 ATF_REQUIRE(dlclose(handle) == 0); in ATF_TC_BODY()
94 ATF_REQUIRE(dlclose(handle) == 0); in ATF_TC_BODY()
125 dlclose(handle); in ATF_TC_BODY()
158 dlclose(handle); in ATF_TC_BODY()
H A Dt_dso_pthread_create.c87 ATF_REQUIRE(dlclose(handle) == 0); in ATF_TC_BODY()
H A Dt_main_pthread_create.c96 ATF_REQUIRE(dlclose(handle) == 0); in ATF_TC_BODY()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c296 dlclose(handle); in kadm5_setup_passwd_quality_check()
303 dlclose(handle); in kadm5_setup_passwd_quality_check()
311 dlclose(handle); in kadm5_setup_passwd_quality_check()
337 dlclose(handle); in add_verifier()
344 dlclose(handle); in add_verifier()
354 dlclose(handle); in add_verifier()
361 dlclose(handle); in add_verifier()
/freebsd/tools/regression/tls/ttls3/
H A Dtls-test.c48 dlclose(handle); in main()
54 dlclose(handle); in main()
/freebsd/libexec/rtld-elf/tests/
H A Ddlopen_test.c24 dlclose(hdl); in ATF_TC_BODY()
42 dlclose(hdl); in ATF_TC_BODY()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.c200 dlclose(handle); in eap_peer_method_load()
208 dlclose(handle); in eap_peer_method_load()
263 dlclose(handle); in eap_peer_method_unload()
375 dlclose(handle); in eap_peer_unregister_methods()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c137 dlclose(rc->handle); in osm_epi_construct()
148 dlclose(plugin->handle); in osm_epi_destroy()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc19 ::dlclose(Handle);
21 ::dlclose(Process);
45 void DynamicLibrary::HandleSet::DLClose(void *Handle) { ::dlclose(Handle); }
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c138 dlclose(ptr); in dlfcn_load()
161 dlclose(ptr); in dlfcn_unload()
452 dlclose(handle); in dlfcn_globallookup()
/freebsd/lib/libdl/
H A DSymbol.map6 dlclose;
/freebsd/contrib/netbsd-tests/lib/csu/
H A Dh_initfini3.cxx19 dlclose(handle); in main()
/freebsd/libexec/rtld-elf/
H A DSymbol.map6 dlclose;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c299 dlclose(m_libHandle); in loadiJIT_Funcs()
454 dlclose(m_libHandle); in FinalizeProcess()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c327 dlclose(dl); in find_dynamic_method()
341 dlclose(dl); in find_dynamic_method()
350 dlclose(dl); in find_dynamic_method()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp435 INTERCEPTOR(int, dlclose, void *handle) { in INTERCEPTOR()
438 int res = REAL(dlclose)(handle);
452 INTERCEPT_FUNCTION(dlclose);
431 INTERCEPTOR(int,dlclose,void * handle) INTERCEPTOR() argument
/freebsd/lib/libc/net/
H A Dnsdispatch.c399 dlclose(handle); in nss_configure()
528 (void)dlclose(mod.handle); in nss_load_module()
537 (void)dlclose(mod.handle); in nss_load_module()
562 (void)dlclose(mod->handle); in ns_mod_free()
/freebsd/bin/csh/
H A Diconv_stub.c75 dlclose(iconvlib); in dl_iconv_open()
/freebsd/lib/libc/gen/
H A Ddlfcn.c80 #pragma weak dlclose macro
82 dlclose(void *handle __unused) in dlclose() function
/freebsd/crypto/openssl/test/
H A Dsimpledynamic.c37 return dlclose(lib) != 0 ? 0 : 1; in sd_close()
/freebsd/include/
H A Ddlfcn.h117 int dlclose(void *);
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_load.c91 dlclose(module->dlh); in openpam_release_module()

12345