Changeset 73099 in vbox for trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
- Timestamp:
- Jul 12, 2018 9:16:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r73086 r73099 633 633 */ 634 634 case R_X86_64_PC32: 635 case R_X86_64_PLT32: /* binutils commit 451875b4f976a527395e9303224c7881b65e12ed feature/regression. */ 635 636 { 636 637 const Elf_Addr SourceAddr = SecAddr + paRels[iRel].r_offset + BaseAddr; /* Where the source really is. */
Note:
See TracChangeset
for help on using the changeset viewer.