ladybird/Userland/DynamicLoader
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
..
CMakeLists.txt Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
main.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
math.cpp Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
math.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
misc.cpp Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
misc.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00