Andreas Kling
|
1f34e16ec6
|
LibELF: Add ELFImage::Symbol::bind()
|
2019-11-28 21:29:57 +01:00 |
|
Andreas Kling
|
c10a5ac4ad
|
LibELF: Restore the relocation code from git history
This is going to be very useful for implementing kernel modules.
We'll also need it for dynamic linking later on.
|
2019-11-28 20:53:02 +01:00 |
|
Andreas Kling
|
49635e62fa
|
LibELF: Move AK/ELF/ into Libraries/LibELF/
Let's arrange things like this instead. It didn't feel right for all of
the ELF handling code to live in AK.
|
2019-11-06 13:42:38 +01:00 |
|