Searched defs:rt_unloadLibrary (Results 1 – 3 of 3) sorted by relevance
16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); in main() local
562 extern(C) int rt_unloadLibrary(void* handle) in rt_unloadLibrary() function