Home
last modified time | relevance | path

Searched refs:gcSet (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d115 gcSetFn gcSet = cast(gcSetFn) GetProcAddress(mod, "gc_setProxy"); in version() local
116 if (gcSet !is null) in version()
118 gcSet(gc_getProxy()); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d545 gcSetFn gcSet = cast(gcSetFn) GetProcAddress(handle, "gc_setProxy"); in initLibrary() local
546 if (gcSet !is null) in initLibrary()
549 gcSet(gc_getProxy()); in initLibrary()