Searched refs:dlclose (Results 1 – 3 of 3) sorted by relevance
37 #define dlclose( handle ) ( ! FreeLibrary( handle ) ) macro54 #pragma weak dlclose macro367 if ( !dlclose ) return; in dynamic_unlink()370 dlclose( handle ); in dynamic_unlink()
101 int ret = dlclose(lib); in CloseLibrary()
336 #define __itt_unload_lib(handle) dlclose(handle)402 int dlclose(void*) __attribute__((weak));403 #define DL_SYMBOLS (dlopen && dlsym && dlclose)