Home
last modified time | relevance | path

Searched defs:rt_unloadLibrary (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A DloadDR.c16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); in main() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A DloadDR.c16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); in main() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d562 extern(C) int rt_unloadLibrary(void* handle) in rt_unloadLibrary() function