ladybird/Userland/Libraries/LibELF
Andreas Kling 4ed85e9b9e LibELF: Don't build barely-used section lookup table in ELF::Image
The name-to-section lookup table was only used in a handful of places,
and none of them were calling it nearly enough to justify building
a cache for it in the first place. So let's get rid of it and reduce
startup time by a little bit. :^)
2021-02-23 19:45:29 +01:00
..
Arch/i386 LibC: Remove text relocation 2021-02-19 09:04:05 +01:00
AuxiliaryVector.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CoreDump.h Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE() 2021-01-20 21:01:15 +01:00
DynamicLinker.cpp LibELF: Don't recompute the same ELF hashes over and over 2021-02-23 19:43:44 +01:00
DynamicLinker.h LibELF: Use StringView instead of "const char*" in dynamic linker code 2021-02-20 22:29:12 +01:00
DynamicLoader.cpp LibELF: Don't recompute the same ELF hashes over and over 2021-02-23 19:43:44 +01:00
DynamicLoader.h LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader 2021-02-21 00:29:52 +01:00
DynamicObject.cpp LibELF: Avoid doing strlen() on everything while iterating GNU hash 2021-02-23 19:43:44 +01:00
DynamicObject.h LibELF: Avoid doing strlen() on everything while iterating GNU hash 2021-02-23 19:43:44 +01:00
exec_elf.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Hashes.h LibELF: Move ELF hash functions to their own file (and make constexpr) 2021-02-23 19:43:44 +01:00
Image.cpp LibELF: Don't build barely-used section lookup table in ELF::Image 2021-02-23 19:45:29 +01:00
Image.h LibELF: Don't build barely-used section lookup table in ELF::Image 2021-02-23 19:45:29 +01:00
Validation.cpp LibELF: Add a bunch of overflow checks in ELF validation 2021-01-30 13:54:24 +01:00
Validation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00