Gunnar Beutner
|
f9a8c6f053
LibELF: Implement support for RELA relocations
|
4 роки тому |
Gunnar Beutner
|
2eb025b2ea
LibELF: Use correct accessor macros on x86_64 for some ELF fields
|
4 роки тому |
Andrew Kaster
|
7b4dc590e7
AK+Userland: Use akaster@serenityos.org for my copyright headers
|
4 роки тому |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 роки тому |
Gunnar Beutner
|
fdbe66a7b4
LibELF+LibC: Support building LibELF for 64-bit targets
|
4 роки тому |
Itamar
|
101ac45c1a
LibELF: Change TLS offset calculation
|
4 роки тому |
Gunnar Beutner
|
f40ee1b03f
LibC+LibELF: Implement more fully-features dlfcn functionality
|
4 роки тому |
Gunnar Beutner
|
f74b8a2d1f
LibELF: Avoid calculating symbol hashes when we don't need them
|
4 роки тому |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 роки тому |
Gunnar Beutner
|
6cb28ecee8
LibC+LibELF: Implement support for the dl_iterate_phdr helper
|
4 роки тому |
Brendan Coles
|
8ad74684ea
LibELF: DynamicObject: Add rpath and runpath helpers
|
4 роки тому |
Brendan Coles
|
f8c603fe7e
LibELF: DynamicObject: set for_each_symbol/for_each_dynamic_entry public
|
4 роки тому |
Brian Gianforcaro
|
141e6724d1
LibELF: Use StringView literal syntax to build section names.
|
4 роки тому |
Andreas Kling
|
b33a6a443e
LibELF: Inline DynamicObject::hash_section()
|
4 роки тому |
Andreas Kling
|
22b8110554
LibELF: Avoid doing strlen() on everything while iterating GNU hash
|
4 роки тому |
Andreas Kling
|
46a94a9a9e
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
|
4 роки тому |
Andreas Kling
|
d6af3302e8
LibELF: Don't recompute the same ELF hashes over and over
|
4 роки тому |
Andreas Kling
|
37420f1baf
LibELF: Move ELF hash functions to their own file (and make constexpr)
|
4 роки тому |
Andreas Kling
|
f23b29f605
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
|
4 роки тому |
Andreas Kling
|
a43910acc3
LibELF: Make SymbolLookupResult::address a VirtualAddress
|
4 роки тому |
Andreas Kling
|
c5d93e55d0
LibELF: Simplify DynamicObject::Symbol class a bit
|
4 роки тому |
Andreas Kling
|
1997d5de1a
LibELF: Make symbol lookup functions return Optional<Symbol>
|
4 роки тому |
Andreas Kling
|
ba1eea9898
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
|
4 роки тому |
Andreas Kling
|
01f1e480e5
LibELF: Fix various clang-tidy warnings
|
4 роки тому |
Andreas Kling
|
0c0127dc3f
LibELF: Use StringView instead of "const char*" in dynamic linker code
|
4 роки тому |
Andreas Kling
|
4df3a34bc2
LibELF: Only set up PLT trampoline for objects with a PLT
|
4 роки тому |
Andreas Kling
|
41d8734288
LibELF: Use Optional<SymbolLookupResult> as a return type
|
4 роки тому |
Linus Groh
|
6715ca3e16
LibELF: Remove unused m_global_symbol_lookup_func from DynamicObject
|
4 роки тому |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 роки тому |