Searched defs:uNtDllAddr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp595 * @param uNtDllAddr The address of the NTDLL.
597 DECLHIDDEN(void) supR3HardenedWinGetVeryEarlyImports(uintptr_t uNtDllAddr, argument
606 g_aSupNtImpDlls[0].pbImageBase = (uint8_t const *)uNtDllAddr;
636 * @param uNtDllAddr The address of the NTDLL.
638 DECLHIDDEN(void) supR3HardenedWinInitImportsEarly(uintptr_t uNtDllAddr) argument
643 g_aSupNtImpDlls[0].pbImageBase = (uint8_t const *)uNtDllAddr;
H A DSUPR3HardenedMain-win.cpp204 uintptr_t uNtDllAddr; member in struct:SUPR3WINPROCPARAMS
237 uintptr_t uNtDllAddr; member in struct:SUPR3HARDNTCHILD
3502 pThis->ProcParams.uNtDllAddr = pThis->uNtDllAddr;
3525 rc = supHardNtLdrCacheEntryGetBits(pLdrEntry, &pbChildNtDllBits, pThis->uNtDllAddr, NULL, NULL, NULL /*pErrInfo*/);
3531 rc = RTLdrGetSymbolEx(pLdrEntry->hLdrMod, pbChildNtDllBits, pThis->uNtDllAddr, UINT32_MAX,
3551 memcpy(abNew, pbChildNtDllBits + ((uintptr_t)uLdrInitThunk - pThis->uNtDllAddr), sizeof(abNew));
3662 pThis->uNtDllAddr = pThis->uNtDllParentAddr;
3706 pThis->uNtDllAddr = (uintptr_t)MemInfo.AllocationBase;
3708 pThis->uNtDllParentAddr, pThis->uNtDllAddr));
5467 uintptr_t uNtDllAddr = ASMAtomicXchgPtrT(&g_ProcParams.uNtDllAddr, 0, uintptr_t); local
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibInternal.h457 DECLHIDDEN(void) supR3HardenedWinGetVeryEarlyImports(uintptr_t uNtDllAddr,
461 DECLHIDDEN(void) supR3HardenedWinInitImportsEarly(uintptr_t uNtDllAddr); variable

Completed in 148 milliseconds