Shane Peelar ec337051a9 Fix slight deviation from spec in handling Elf*_Rela relative relocations
`Elf*_Rela` relocations store their argument in `r_addend`, including for `R_*_RELATIVE` relocations.  Unlike `Elf*_Rel` relocations, they are not applied as a delta to the destination virtual address.  Instead, they are computed from `base_address + r_addend` directly.
2024-06-08 16:02:47 -04:00
..
2024-03-19 11:45:09 -07:00
2024-03-30 20:50:48 -04:00
2024-03-30 20:50:48 -04:00
2023-12-20 20:05:16 -08:00