Searched refs:AllocationBase (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstNtQueryStuff.cpp | 190 if ( MemInfo.AllocationBase != NULL 191 && MemInfo.AllocationBase == MemInfo.BaseAddress 201 if ((uintptr_t)MemInfo.AllocationBase != 0) 203 if (MemInfo.AllocationBase != MemInfo.BaseAddress) 204 RTTestIPrintf(RTTESTLVL_ALWAYS, " %p", MemInfo.AllocationBase);
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyProcess-win.cpp | 1412 if ( pMemInfo->AllocationBase == pMemInfo->BaseAddress 1416 pMemInfo->AllocationBase, pMemInfo->BaseAddress, pMemInfo->RegionSize, pwszFilename)); 1417 NTSTATUS rcNt = NtUnmapViewOfSection(pThis->hProcess, pMemInfo->AllocationBase); 1421 SUP_DPRINTF(("supHardNtVpScanVirtualMemory: NtUnmapViewOfSection(,%p) failed: %#x\n", pMemInfo->AllocationBase, rcNt)); 1427 if ( pMemInfo->AllocationBase == pMemInfo->BaseAddress 1458 if (pMemInfo->AllocationBase != pMemInfo->BaseAddress) 1460 "Invalid AllocationBase/BaseAddress for %s: %p vs %p.", 1461 pImage->pszName, pMemInfo->AllocationBase, pMemInfo->BaseAddress); 1473 pImage->uImageBase = (uintptr_t)pMemInfo->AllocationBase; 1507 if (pImage->uImageBase != (uintptr_t)pMemInfo->AllocationBase) [all...] |
H A D | SUPR3HardenedMain-win.cpp | 3687 if (MemInfo.BaseAddress == MemInfo.AllocationBase) 3706 pThis->uNtDllAddr = (uintptr_t)MemInfo.AllocationBase;
|
/vbox/include/iprt/nt/ |
H A D | nt.h | 1794 PVOID AllocationBase; member in struct:_MEMORY_BASIC_INFORMATION
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | winnt.h | 574 LPVOID AllocationBase; member in struct:_MEMORY_BASIC_INFORMATION
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | winnt.h | 700 LPVOID AllocationBase; member in struct:_MEMORY_BASIC_INFORMATION
|
Completed in 180 milliseconds