Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-03 | LibELF: Implement x86_64 relocation support | Gunnar Beutner | |
There are definitely some relocations missing and this is untested for now. | |||
2021-04-29 | Everywhere: "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-18 | LibC+LibELF: Implement support for the dl_iterate_phdr helper | Gunnar Beutner | |
This helper is used by libgcc_s to figure out where the .eh_frame sections are located for all loaded shared objects. |