ladybird/Userland/DynamicLoader
William Marlow 3e815ad5b1 Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinker
Loader.so now just performs the initial self relocations and static
LibC initialisation before handing over to ELF::DynamicLinker::linker_main
to handle the rest of the process.

As a trade-off, ELF::DynamicLinker needs to be explicitly excluded from
Lagom unless we really want to try writing a cross platform dynamic loader
2021-01-03 17:15:55 +01:00
..
CMakeLists.txt Build + LibC: Enable -fstack-protector-strong in user space 2021-01-02 11:34:55 +01:00
main.cpp Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinker 2021-01-03 17:15:55 +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