1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 01:31:06 +00:00
serenity/Libraries/LibELF
Andreas Kling 1e4c010643 LibELF: Remove ELF::Loader and move everyone to ELF::Image
This commit gets rid of ELF::Loader entirely since its very ambiguous
purpose was actually to load executables for the kernel, and that is
now handled by the kernel itself.

This patch includes some drive-by cleanup in LibDebug and CrashDaemon
enabled by the fact that we no longer need to keep the ref-counted
ELF::Loader around.
2020-12-25 02:14:56 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
AuxiliaryVector.h Kernel: Add ability to load interpreter instead of main program 2020-12-14 23:05:53 +01:00
CoreDump.h LibELF: Refactor coredump notes section structures 2020-12-14 23:05:53 +01:00
DynamicLoader.cpp Toolchain+LibC: Fix usage of crt files 2020-12-24 21:46:35 +01:00
DynamicLoader.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
DynamicObject.cpp Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
DynamicObject.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
exec_elf.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
Image.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Image.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Validation.cpp Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter 2020-12-24 21:34:51 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00