Files
ladybird/Kernel/ELFLoader.cpp
Andreas Kling 2e5b9d318f Kernel: Simplify ELF loading a bit.
Instead of iterating over the sections and memcpy()ing per-section,
do all the copying based on program headers instead.
2019-02-26 15:52:06 +01:00

5.6 KiB