summaryrefslogtreecommitdiff
path: root/Kernel/ELF/ELFImage.h
AgeCommit message (Expand)Author
2019-05-23Kernel/AK: Move ELF loader to AKRobin Burchell
2019-05-19Kernel: Remove relocation-related code since it's not used by the kernel.Andreas Kling
2019-05-18Kernel: Fail a bit more gracefully when we don't have userspace symbols.Andreas Kling
2019-05-16Kernel: Symbolicate userspace backtraces using ELFLoader.Andreas Kling
2019-04-06Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.Andreas Kling
2019-04-03Kernel: Move ELF-related files into Kernel/ELF/.Andreas Kling