Files
ladybird/Userland/Libraries/LibELF/DynamicObject.cpp
Andreas Kling a43910acc3 LibELF: Make SymbolLookupResult::address a VirtualAddress
Let's use a stronger type than void* for this since we're talking
specifically about a virtual address and not necessarily a pointer
to something actually in memory (yet).
2021-02-21 00:02:21 +01:00

19 KiB