1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 17:51:00 +00:00
serenity/Libraries/LibELF
Andrew Kaster e5ad6a491e LibELF: Handle DT_SONAME dynamic entries
Store the offset in the string table for the DT_SONAME entry. Now that
the build uses cmake, cmake is helpfully passing --Wl,-soname to the
linker for shared objects. This makes the LinkDemo run again.
2020-05-16 09:52:57 +02:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
DynamicLoader.cpp LibELF: Validate the mapped file in DynamicLoader constructor 2020-04-11 22:41:05 +02:00
DynamicLoader.h LibELF: Validate the mapped file in DynamicLoader constructor 2020-04-11 22:41:05 +02:00
DynamicObject.cpp LibELF: Handle DT_SONAME dynamic entries 2020-05-16 09:52:57 +02:00
DynamicObject.h LibELF: Handle DT_SONAME dynamic entries 2020-05-16 09:52:57 +02:00
exec_elf.h LibGfx: Unpublish Gfx::Size from the global namespace 2020-02-06 13:32:14 +01:00
Image.cpp LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00
Image.h LibELF: Add Image::Section::wrapping_byte_buffer 2020-05-07 23:32:11 +02:00
Loader.cpp LibELF: Add find_demangled_function 2020-04-13 23:20:59 +02:00
Loader.h LibELF: Make ELF::Loader RefCounted 2020-04-20 17:25:50 +02:00
Validation.cpp LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00
Validation.h LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00