Gunnar Beutner
|
f74b8a2d1f
LibELF: Avoid calculating symbol hashes when we don't need them
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Gunnar Beutner
|
38619a9f24
LibELF: Ignore DT_SYMBOLIC entries
|
4 years ago |
Gunnar Beutner
|
0cca23def5
LibELF: Improve error message for missing symbols
|
4 years ago |
Gunnar Beutner
|
6cb28ecee8
LibC+LibELF: Implement support for the dl_iterate_phdr helper
|
4 years ago |
Gunnar Beutner
|
cd7512a2ad
LibELF: Add support for loading objects with multiple data and text segments
|
4 years ago |
Brendan Coles
|
8ad74684ea
LibELF: DynamicObject: Add rpath and runpath helpers
|
4 years ago |
Brian Gianforcaro
|
069fd58381
LibELF: Convert more string literals to StringView literals.
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
b33a6a443e
LibELF: Inline DynamicObject::hash_section()
|
4 years ago |
Andreas Kling
|
22b8110554
LibELF: Avoid doing strlen() on everything while iterating GNU hash
|
4 years ago |
Andreas Kling
|
46a94a9a9e
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
|
4 years ago |
Andreas Kling
|
cc00df0f0f
LibELF: Avoid calling strlen() in DynamicObject::hash_section()
|
4 years ago |
Andreas Kling
|
d6af3302e8
LibELF: Don't recompute the same ELF hashes over and over
|
4 years ago |
Andreas Kling
|
37420f1baf
LibELF: Move ELF hash functions to their own file (and make constexpr)
|
4 years ago |
Andreas Kling
|
f23b29f605
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
|
4 years ago |
Andreas Kling
|
a43910acc3
LibELF: Make SymbolLookupResult::address a VirtualAddress
|
4 years ago |
Andreas Kling
|
1997d5de1a
LibELF: Make symbol lookup functions return Optional<Symbol>
|
4 years ago |
Andreas Kling
|
ba1eea9898
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
|
4 years ago |
Andreas Kling
|
01f1e480e5
LibELF: Fix various clang-tidy warnings
|
4 years ago |
Andreas Kling
|
0c0127dc3f
LibELF: Use StringView instead of "const char*" in dynamic linker code
|
4 years ago |
Andreas Kling
|
fa4c249425
LibELF+Userland: Enable RELRO for all userland executables :^)
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
Andreas Kling
|
41d8734288
LibELF: Use Optional<SymbolLookupResult> as a return type
|
4 years ago |
Andreas Kling
|
a5de46684b
LibELF: Convert String::format() to String::formatted()
|
4 years ago |
Andreas Kling
|
c5e52be5d4
LibELF: Convert dbgprintf() in DynamicObject class to dbgln()
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |