summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/Image.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-10Libraries: Use default constructors/destructors in LibELFLenny Maiorani
2022-02-16LibELF: Exclude sorted symbols APIs from the KernelIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-21LibELF+Userland: Move a few functions to Elf::ImageValtteri Koskivuori
2021-09-16LibELF: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-07-22LibELF+Utilities: Avoid truncating 64-bit valuesGunnar Beutner
2021-07-06Kernel+LibELF: Don't demangle symbols in the kernelGunnar Beutner
2021-06-29LibELF: Use correct accessor macros on x86_64 for some ELF fieldsGunnar Beutner
2021-06-28Kernel+LibELF: Add support for validating and loading ELF64 executablesGunnar Beutner
2021-05-31LibELF + LibDebug: Reduce allocations during symbolificationBrian Gianforcaro
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-15LibELF: Use binary search when looking up symbols :^)Andreas Kling
2021-05-15LibELF: Remove sketchy use of "undefined" ELF::Image::SectionAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-02-23LibELF: Don't build barely-used section lookup table in ELF::ImageAndreas Kling
2021-02-21LibELF: Fix various clang-tidy warningsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling