Searched refs:dlclose (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.h54 extern int dlclose(void * handle);
H A Ddlfcn_simple.c165 int dlclose(void *handle) function
H A Dbip_load.c259 (void) dlclose(dli->handle);
/barrelfish-master/include/
H A Ddlfcn.h60 int dlclose(void *handle);
/barrelfish-master/lib/libc/tests/gen/
H A Ddlopen_empty_test.c83 funname = "dlclose";
84 dlclose(dlh);
/barrelfish-master/lib/posixcompat/
H A Ddlfcn.c52 int dlclose(void *handle) function
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dlfcn.c202 dlclose(ptr);
225 /* For now I'm not aware of any errors associated with dlclose() */
226 dlclose(ptr);
477 dlclose(handle);
/barrelfish-master/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_test.cc89 dlclose(libthr_handle);
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dsparcv9cap.c135 dlclose(h);
159 if (h) dlclose(h);
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_module.c314 dlclose((void *)handle);
/barrelfish-master/lib/libc/net/
H A Dnsdispatch.c387 dlclose(handle);
506 (void)dlclose(mod.handle);
515 (void)dlclose(mod.handle);
540 (void)dlclose(mod->handle);
/barrelfish-master/lib/libc/gen/
H A DMakefile.inc322 dlopen.3 dlclose.3 \
/barrelfish-master/lib/lua/src/
H A Dloadlib.c130 dlclose(lib);

Completed in 77 milliseconds