Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddll.d297 LDR_MODULE *ldrMod = cast(LDR_MODULE*) entry; in findLdrModule() local
298 if (ldrMod.BaseAddress == hInstance) in findLdrModule()
299 return ldrMod; in findLdrModule()
355 dll_aux.LDR_MODULE *ldrMod = dll_aux.findLdrModule( hInstance, peb ); in dll_fixTLS() local
356 if ( !ldrMod ) in dll_fixTLS()
358 if ( ldrMod.TlsIndex != 0 ) in dll_fixTLS()
374 ldrMod.TlsIndex = -1; // flag TLS usage (not the index itself) in dll_fixTLS()
375 ldrMod.LoadCount = -1; // prevent unloading of the DLL, in dll_fixTLS()
444 dll_aux.LDR_MODULE *ldrMod = dll_aux.findLdrModule( hInstance, peb ); in dll_getRefCount() local
445 if ( !ldrMod ) in dll_getRefCount()
[all …]