serenity/Libraries/LibX86
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
Disassembler.h
ELFSymbolProvider.h LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
Instruction.cpp LibX86: Pack the Instruction data structure 2020-11-17 17:09:49 +01:00
Instruction.h LibX86: Pack the Instruction data structure 2020-11-17 17:09:49 +01:00
Interpreter.h