Files
ladybird/Userland/Libraries/LibELF/DynamicObject.cpp
Andreas Kling 1997d5de1a LibELF: Make symbol lookup functions return Optional<Symbol>
It was very confusing how these functions used the "undefined" state
of Symbol to signal lookup failure. Let's use Optional<T> to make things
a bit more understandable.
2021-02-21 00:02:21 +01:00

19 KiB