1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:05:07 +00:00
serenity/Libraries/LibELF
asynts 843ebbd2c3 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-11 21:49:29 +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 Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 21:49:29 +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