summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/DynamicLinker.h
AgeCommit message (Expand)Author
2022-10-31LibELF: Ensure that DynamicLoader only receives absolute pathsTim Schumacher
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Ports: Update the gcc port with the patches from the toolchainGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-02-20LibELF: Use StringView instead of "const char*" in dynamic linker codeAndreas Kling
2021-01-25LibELF: Use Optional<SymbolLookupResult> as a return typeAndreas Kling
2021-01-22Meta: Fix silly copyright lineBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling