ladybird/Userland/Libraries/LibELF
Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY
(...and ASSERT_NOT_REACHED => VERIFY_NOT_REACHED)

Since all of these checks are done in release builds as well,
let's rename them to VERIFY to prevent confusion, as everyone is
used to assertions being compiled out in release.

We can introduce a new ASSERT macro that is specifically for debug
checks, but I'm doing this wholesale conversion first since we've
accumulated thousands of these already, and it's not immediately
obvious which ones are suitable for ASSERT.
2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DynamicLoader.h LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader 2021-02-21 00:29:52 +01:00
DynamicObject.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DynamicObject.h LibELF: Inline DynamicObject::hash_section() 2021-02-23 20:33:32 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Validation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00