Changeset 102156 in vbox for trunk/src/VBox/Runtime/common/ldr
- Timestamp:
- Nov 20, 2023 4:16:49 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp
r98103 r102156 2429 2429 /* 2430 2430 * Perform relocations. 2431 * 2432 * We force this to take place by messing with the OldBaseAddress as we 2433 * have to apply internal relocations even if the load address is the 2434 * same as the link address. 2431 2435 */ 2432 rc = rtldrLX_RelocateBits(pMod, pvBits, BaseAddress, pModLX->aSegments[0].LinkAddress, pfnGetImport, pvUser); 2436 rc = rtldrLX_RelocateBits(pMod, pvBits, BaseAddress, 2437 _4K ^ BaseAddress ^ pModLX->aSegments[0].LinkAddress, 2438 pfnGetImport, pvUser); 2433 2439 } 2434 2440 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.