1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Libraries/LibELF
Andreas Kling 2f3b901f7f AK: Make MappedFile heap-allocated and ref-counted
Let's adapt this class a bit better to how it's actually being used.

Instead of having valid/invalid states and storing an error in case
it's invalid, a MappedFile is now always valid, and the factory
function that creates it will return an OSError if mapping fails.
2021-01-10 16:49:13 +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 AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
Image.h AK: Make MappedFile heap-allocated and ref-counted 2021-01-10 16:49:13 +01:00
Validation.cpp LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name 2021-01-10 09:40:47 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00