summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/elf.h
AgeCommit message (Collapse)Author
2021-05-03LibELF: Implement x86_64 relocation supportGunnar Beutner
There are definitely some relocations missing and this is untested for now.
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
I've wasted a silly amount of time in the past fretting over which of these words to use. Let's just choose one and use it everywhere. :^)
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
This helper is used by libgcc_s to figure out where the .eh_frame sections are located for all loaded shared objects.