Home
last modified time | relevance | path

Searched refs:rt_unloadLibrary (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A DlinkDR.c7 extern int rt_unloadLibrary(void*);
25 assert(rt_unloadLibrary(dlib)); in main()
H A DloadDR.c16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); in main() local
32 assert(rt_unloadLibrary(dlib)); in main()
H A Dlibloaddep.d12 return rt_unloadLibrary(h); in runDepTests()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A DlinkDR.c7 extern int rt_unloadLibrary(void*);
25 assert(rt_unloadLibrary(dlib)); in main()
H A DloadDR.c16 int (*rt_unloadLibrary)(void*) = dlsym(h, "rt_unloadLibrary"); in main() local
32 assert(rt_unloadLibrary(dlib)); in main()
H A Dlibloaddep.d12 return rt_unloadLibrary(h); in runDepTests()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Druntime.d50 extern (C) int rt_unloadLibrary(void* ptr);
275 return !!rt_unloadLibrary(p); in unloadLibrary()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d131 extern (C) int rt_unloadLibrary(void* ptr) in version()
/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
H A Dmacho.d513 extern(C) int rt_unloadLibrary(void* handle) in version()
H A Delf.d619 extern(C) int rt_unloadLibrary(void* handle) in version()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Delf_shared.d620 extern(C) int rt_unloadLibrary(void* handle) in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/
H A DChangeLog471 (rt_unloadLibrary): Remove function.