Searched refs:ldrMod (Results 1 – 1 of 1) sorted by relevance
297 LDR_MODULE *ldrMod = cast(LDR_MODULE*) entry; in findLdrModule() local298 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() local356 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() local445 if ( !ldrMod ) in dll_getRefCount()[all …]