Lines Matching defs:uImageBase

78     uintptr_t       uImageBase;
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 = fIs32Bit ? pNtHdrs32->OptionalHeader.ImageBase : pNtHdrs->OptionalHeader.ImageBase;
754 if (uImageBase & PAGE_OFFSET_MASK)
756 "%s: Invalid image base: %p", pImage->pszName, uImageBase);
805 pImage->uImageBase -= pThis->aSecHdrs[0].VirtualAddress;
815 rc = supHardNtLdrCacheEntryGetBits(pImage->pCacheEntry, &pbBits, pImage->uImageBase, NULL /*pfnGetImport*/, pThis,
818 rc = supHardNtLdrCacheEntryGetBits(pImage->pCacheEntry, &pbBits, pImage->uImageBase, supHardNtVpGetImport, pThis,
827 ((PIMAGE_NT_HEADERS32)&pbBits[offNtHdrs])->OptionalHeader.ImageBase = (uint32_t)pImage->uImageBase;
829 ((PIMAGE_NT_HEADERS)&pbBits[offNtHdrs])->OptionalHeader.ImageBase = pImage->uImageBase;
1473 pImage->uImageBase = (uintptr_t)pMemInfo->AllocationBase;
1507 if (pImage->uImageBase != (uintptr_t)pMemInfo->AllocationBase)
1510 pImage->pszName, pImage->uImageBase, pMemInfo->AllocationBase,
1516 uintptr_t uRva = (uintptr_t)pMemInfo->BaseAddress - pImage->uImageBase;
1840 else if (pThis->aImages[iSearch].uImageBase == (uintptr_t)MemInfo.AllocationBase)
2029 pEntry->uImageBase = uBaseAddress;
2041 || pEntry->uImageBase != uBaseAddress
2050 pEntry->uImageBase = uBaseAddress;
2094 pEntry->uImageBase = 0;
2209 pEntry->uImageBase = ~(uintptr_t)0;