Searched refs:DllBase (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp55 uint32_t DllBase; member in struct:NTMTE32
87 uint64_t DllBase; /**< 0x30 */ member in struct:NTMTE64
865 if ( !WINNT_VALID_ADDRESS(pThis, WINNT_UNION(pThis, &Mte, DllBase))
867 || WINNT_UNION(pThis, &Mte, EntryPoint) - WINNT_UNION(pThis, &Mte, DllBase) > WINNT_UNION(pThis, &Mte, SizeOfImage) )
869 Log(("DigWinNt: Bad Mte at %RGv - EntryPoint=%llx SizeOfImage=%x DllBase=%llx\n",
870 Addr.FlatPtr, WINNT_UNION(pThis, &Mte, EntryPoint), WINNT_UNION(pThis, &Mte, SizeOfImage), WINNT_UNION(pThis, &Mte, DllBase)));
900 DBGFR3AddrFromFlat(pUVM, &ImageAddr, WINNT_UNION(pThis, &Mte, DllBase));
990 uMte.v32.DllBase = KernelAddr.FlatPtr;
995 4 /*align*/, &uMte.v32.DllBase, 3 * sizeof(uint32_t), &HitAddr);
1000 rc = DBGFR3MemRead(pUVM, 0 /*idCpu*/, DBGFR3AddrSub(&MteAddr, RT_OFFSETOF(NTMTE32, DllBase)),
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp262 pDll->pbImageBase = (uint8_t *)pLdrEntry->DllBase;
H A DSUPR3HardenedMain-win.cpp1989 pData->Loaded.DllBase, pData->Loaded.SizeOfImage,
2056 pData->Unloaded.DllBase, pData->Unloaded.SizeOfImage,
/vbox/include/iprt/nt/
H A Dnt.h2281 PVOID DllBase; member in struct:_LDR_DLL_LOADED_NOTIFICATION_DATA

Completed in 79 milliseconds