ladybird/Libraries/LibELF
Andreas Kling 3bbf4610d2 AK: Add a forward declaration header
You can now #include <AK/Forward.h> to get most of the AK types as
forward declarations.

Header dependency explosion is one of the main contributors to compile
times at the moment, so this is a step towards smaller include graphs.
2020-02-14 23:31:18 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
ELFDynamicLoader.cpp Meta: Claim copyright on files added by me 2020-02-02 02:05:38 +01:00
ELFDynamicLoader.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ELFDynamicObject.cpp AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ELFDynamicObject.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
ELFImage.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
ELFImage.h LibELF: Use VirtualAddress class from LibBareMetal 2020-02-09 19:38:17 +01:00
ELFLoader.cpp AK: Remove bitrotted Traits::dump() mechanism 2020-02-10 11:55:34 +01:00
ELFLoader.h LibELF: Use VirtualAddress class from LibBareMetal 2020-02-09 19:38:17 +01:00
exec_elf.h LibGfx: Unpublish Gfx::Size from the global namespace 2020-02-06 13:32:14 +01:00
Makefile