ladybird/Libraries/LibELF
Itamar 399091dec3 LibELF: Fix cached sorted symbols in ELF::Image
Previously, we didn't set the 'symbol' field of SortedSymbol objects in
some code paths that populate the sorted symbol cache.
2021-01-09 10:56:04 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
AuxiliaryVector.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CMakeLists.txt CMake: Install sources of LibELF 2021-01-09 10:55:46 +01:00
CoreDump.h Kernel+LibELF: Store termination signal in coredump ProcessInfo 2021-01-03 22:12:42 +01:00
DynamicLinker.cpp Loader.so+LibELF: Do not read environment variables if AT_SECURE is set 2021-01-09 10:55:46 +01:00
DynamicLinker.h Loader.so+LibELF: Do not read environment variables if AT_SECURE is set 2021-01-09 10:55:46 +01:00
DynamicLoader.cpp LibELF: Support relocating weak symbols against global libraries 2021-01-03 17:15:55 +01:00
DynamicLoader.h LibELF: Support relocating weak symbols against global libraries 2021-01-03 17:15:55 +01:00
DynamicObject.cpp LibELF: Implement GNU Hashing algorithm for dyn relocations 2021-01-06 09:42:08 +01:00
DynamicObject.h LibELF: Implement GNU Hashing algorithm for dyn relocations 2021-01-06 09:42:08 +01:00
exec_elf.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
Image.cpp LibELF: Fix cached sorted symbols in ELF::Image 2021-01-09 10:56:04 +01:00
Image.h LibELF: Add Symbol::is_undefined() 2021-01-09 10:55:46 +01:00
Validation.cpp LibELF: validate_program_headers: Validate p_memsz and p_align 2021-01-01 14:34:25 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00