Files
serenity/Userland/Libraries/LibELF/Image.cpp
Sönke Holz 03c74dcb11 LibELF: Remove the unused Image::Section::relocations function
This function assumes that all sections have a relocation section
associated with them. This is not the case in most executables.
It also assumes that the section is called ".rel<section name>". This is
also not something we should rely on. And RELA sections usually start
with ".rela", not ".rel".
2024-11-11 09:06:40 -05:00

13 KiB