Daniel Bertalan
|
08c459e495
LibELF: Add support for IFUNCs
|
3 years ago |
Timur Sultanov
|
33d19a562f
LibELF: Look up symbols in all global modules
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Tim Schumacher
|
35e5024b7d
DynamicLinker: Replace $ORIGIN with the executable path
|
3 years ago |
Tim Schumacher
|
e7f861f34c
DynamicLinker: Implement support for RPATH and RUNPATH
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
Jesse Buhagiar
|
48c9350036
LibELF: Add `LD_LIBRARY_PATH` envvar support :^)
|
3 years ago |
Sam Atkins
|
c67c1b583a
LibELF: Cast unused smart-pointer return value to void
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Rodrigo Tobar
|
4b091a7cc2
LibELF: Fix dynamic linking of dlopen()-ed libs
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Peter Bindels
|
ca9c53c1a8
LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)
|
4 years ago |
Gunnar Beutner
|
06883ed8a3
Kernel+Userland: Make the stack alignment comply with the System V ABI
|
4 years ago |
Daniel Bertalan
|
64b1740913
LibELF: Fix syscall regions for .text segments with a non-zero offset
|
4 years ago |
Gunnar Beutner
|
5f6ee4c539
LibELF: Save the negative TLS offset in m_tls_offset
|
4 years ago |
Brian Gianforcaro
|
179d8f6815
LibELF: Use StringView literal to avoid string allocations
|
4 years ago |
Max Wipfli
|
fc6d051dfd
AK+Everywhere: Add and use static APIs for LexicalPath
|
4 years ago |
Gunnar Beutner
|
89a38b72b7
LibC+LibELF: Implement dladdr()
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Jean-Baptiste Boric
|
eecf7a2097
LibC: Move mman.h to sys/mman.h
|
4 years ago |
Itamar
|
8a01167c7d
AK: Add missing GenericTraits<NonnullRefPtr>
|
4 years ago |
Itamar
|
7bd796b7e3
LibELF: Perform verification of TLS data in dlopen
|
4 years ago |
Itamar
|
101ac45c1a
LibELF: Change TLS offset calculation
|
4 years ago |
Itamar
|
6bbd2ebf83
Kernel+LibELF: Support initializing values of TLS data
|
4 years ago |
Itamar
|
db76702d71
LibELF: Rename tls_size to tls_size_of_current_object
|
4 years ago |
Itamar
|
2c9541315d
LibELF: Fix TLS offset calculation for libraries
|
4 years ago |
Gunnar Beutner
|
f40ee1b03f
LibC+LibELF: Implement more fully-features dlfcn functionality
|
4 years ago |
Gunnar Beutner
|
f74b8a2d1f
LibELF: Avoid calculating symbol hashes when we don't need them
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Gunnar Beutner
|
6cb28ecee8
LibC+LibELF: Implement support for the dl_iterate_phdr helper
|
4 years ago |