ladybird/Userland/DynamicLoader
Andrew Kaster a3a9016701 DynamicLoader: Tell the linker to not add a PT_INTERP header
Use the GNU LD option --no-dynamic-linker. This allows uncommenting some
code in the Kernel that gets upset if your ELF interpreter has its own
interpreter.
2021-01-01 02:12:28 +01:00
..
CMakeLists.txt DynamicLoader: Tell the linker to not add a PT_INTERP header 2021-01-01 02:12:28 +01:00
main.cpp DynamicLoader: Handle Loader.so being invoked directly as an executable 2020-12-31 00:52:02 +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