ladybird/Libraries/LibELF
Andrew Kaster 2c4f837428 LibELF: Simplify R_386_32 relocations to ignore symbol bind value
For dynamic loading, the symbol bind of a symbol actually doesn't
matter. We could do what old glibc did and try to find a strong
symbol for any weak definitions, but the ELF spec doesn't require
it and they changed that a few years ago anyway. So, moot point. :)
2020-01-02 12:28:29 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
ELFDynamicObject.cpp LibELF: Simplify R_386_32 relocations to ignore symbol bind value 2020-01-02 12:28:29 +01:00
ELFDynamicObject.h LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
ELFImage.cpp LibELF: Add ELFDynamicObject to dynamically load libaries 2020-01-01 17:48:41 +01:00
ELFImage.h LibELF: Add ELFDynamicObject to dynamically load libaries 2020-01-01 17:48:41 +01:00
ELFLoader.cpp Kernel: Make kernel memory regions be non-executable by default 2019-12-25 22:41:34 +01:00
ELFLoader.h Kernel: Separate out the symbol offsets in profile output 2019-12-12 21:59:47 +01:00
exec_elf.h LibELF: Add ELFDynamicObject to dynamically load libaries 2020-01-01 17:48:41 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00