summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/Relocation.cpp
AgeCommit message (Expand)Author
2022-02-11LibELF: Implement support for DT_RELR relative relocationsDaniel Bertalan
2021-07-27LibELF: Fix unaligned writes in the relocation codeGunnar Beutner
2021-07-27DynamicLoader+LibELF: Move self-relocation code into a separate fileGunnar Beutner