Searched refs:uImageBase (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodexports.cpp49 RTLDRADDR uImageBase; member in struct:RTDBGMODEXPORTARGS
65 if (Value >= pArgs->uImageBase)
67 int rc = RTDbgModSymbolAdd(pArgs->pDbgMod, pszSymbol, RTDBGSEGIDX_RVA, Value - pArgs->uImageBase,
100 if ( ( !pArgs->uImageBase
101 || pArgs->uImageBase > pSeg->LinkAddress)
104 pArgs->uImageBase = pSeg->LinkAddress;
143 Args.uImageBase = 0;
150 Args.uImageBase ? Args.uImageBase : 0x10000,
H A Ddbgmoddbghelp.cpp409 uint64_t uImageBase = Args.uModAddr ? Args.uModAddr : 0x4000000; local
430 uImageBase, cbImage, NULL /*pModData*/, 0 /*fFlags*/);
442 pMod->pszDbgFile, (uint64_t)uImageBase));
451 pMod->pszDbgFile, (uint64_t)uImageBase, rc, GetLastError()));
H A Ddbgmodcodeview.cpp1162 uint64_t uImageBase = UINT64_MAX; local
1166 if (uAddr < uImageBase)
1167 uImageBase = uAddr;
1171 uint64_t uMinAddr = uImageBase;
1210 uBestAddr, paDescs[iBest].cb, szName, uBestAddr - uImageBase, iBest, cOverlaps));
1211 rc = RTDbgModSegmentAdd(pThis->hCnt, uBestAddr - uImageBase, paDescs[iBest].cb, pszName, 0 /*fFlags*/, NULL);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp78 uintptr_t uImageBase; member in struct:SUPHNTVPIMAGE
424 NTSTATUS rcNt = supHardNtVpReadMem(pThis->hProcess, pImage->uImageBase + uRva, pbMemory, cbThis);
428 pImage->pszName, cbThis, pImage->uImageBase + uRva, uRva, iSh + 1,
441 pImage->uImageBase + uRva + off, uRva + off, pbFile[off], pbMemory[off]));
448 pImage->uImageBase + uRva + off2, uRva + off2, pbFile[off2], pbMemory[off2]));
457 PVOID pvRestoreAddr = (uint8_t *)pImage->uImageBase + uRva;
614 pImage->uImageBase, uSymbol, pszSymbol, pValue);
630 pImage->uImageBase, uSymbol, pszSymbol, pValue);
657 pImage->uImageBase, pInfo->iOrdinal, pInfo->pszSymbol, pValue);
753 uintptr_t const uImageBase local
[all...]
H A DSUPHardenedVerify-win.h169 uintptr_t uImageBase; member in struct:SUPHNTLDRCACHEENTRY
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp103 RTUINTPTR uImageBase; member in struct:RTLDRMODPE
592 rc = rtldrPEApplyFixups(pModPe, pvBits, pvBits, BaseAddress, pModPe->uImageBase);
1576 SegInfo.LinkAddress = pModPe->uImageBase;
1627 SegInfo.LinkAddress = pSh->VirtualAddress + pModPe->uImageBase ;
1658 LinkAddress -= pModPe->uImageBase;
1697 LinkAddress -= pModPe->uImageBase;
1731 int rc = rtldrPE_LinkAddressToSegOffset(pMod, Rva + pModPe->uImageBase, piSeg, poffSeg);
3717 pModPe->uImageBase = (RTUINTPTR)OptHdr.ImageBase;

Completed in 89 milliseconds