summaryrefslogtreecommitdiff
path: root/Libraries/LibELF
AgeCommit message (Expand)Author
2020-01-01LibELF: Add ELFDynamicObject to dynamically load libariesAndrew Kaster
2020-01-01LibELF: Replace kprintf's in ELFImage.cpp with dbgprintfAndrew Kaster
2019-12-25Kernel: Make kernel memory regions be non-executable by defaultAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-11-29Kernel: Demangle kernel C++ symbols correctly againAndreas Kling
2019-11-28LibELF: Add ELFImage::Symbol::bind()Andreas Kling
2019-11-28LibELF: Restore the relocation code from git historyAndreas Kling
2019-11-27Kernel: Demangle userspace ELF symbols in backtracesAndreas Kling
2019-11-06LibELF: Move AK/ELF/ into Libraries/LibELF/Andreas Kling