index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibELF
Age
Commit message (
Expand
)
Author
2021-04-30
LibELF: Fix TLS offset calculation for libraries
Itamar
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-25
LibC+LibELF: Implement more fully-features dlfcn functionality
Gunnar Beutner
2021-04-23
LibELF: Avoid calculating symbol hashes when we don't need them
Gunnar Beutner
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibELF: Convert String::format() => String::formatted()
Andreas Kling
2021-04-19
LibELF: Ignore DT_SYMBOLIC entries
Gunnar Beutner
2021-04-19
LibELF: Allow shared objects which don't have a text segment
Gunnar Beutner
2021-04-19
LibELF: Fix calculation for TLS relocations
Gunnar Beutner
2021-04-19
LibELF: Improve error message for missing symbols
Gunnar Beutner
2021-04-19
LibELF: Fix support for relocating weak symbols
Gunnar Beutner
2021-04-19
LibELF: Remove VERIFY() calls and let control flow return to the caller
Gunnar Beutner
2021-04-18
Ports: Update the gcc port with the patches from the toolchain
Gunnar Beutner
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-04-18
LibElf: Allow PT_GNU_EH_FRAME program headers
Gunnar Beutner
2021-04-17
LibELF: Make get_library_name() take String instead of StringView
Andreas Kling
2021-04-16
LibELF: Add support for loading libraries from /usr/local
Gunnar Beutner
2021-04-14
LibELF: Improve error messages for missing shared libraries
Gunnar Beutner
2021-04-14
LibELF: Add support for loading objects with multiple data and text segments
Gunnar Beutner
2021-03-29
LibElf+readelf: Parse ELFs with no program headers correctly
Idan Horowitz
2021-03-22
LibELF: DynamicObject: Add rpath and runpath helpers
Brendan Coles
2021-03-21
LibELF: DynamicObject: set for_each_symbol/for_each_dynamic_entry public
Brendan Coles
2021-03-15
LibELF+LibTest: Fix serenity_install_sources() paths
Linus Groh
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-02-26
LibELF: Consolidate main executable loading a bit
Andreas Kling
2021-02-24
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
Andreas Kling
2021-02-24
LibELF: Convert more string literals to StringView literals.
Brian Gianforcaro
2021-02-24
LibELF: Use StringView literal syntax to build section names.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
LibELF: Inline DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't build barely-used section lookup table in ELF::Image
Andreas Kling
2021-02-23
LibELF: Avoid doing strlen() on everything while iterating GNU hash
Andreas Kling
2021-02-23
LibELF: Rename lookup_elf_symbol() => lookup_sysv_symbol()
Andreas Kling
2021-02-23
LibELF: Avoid calling strlen() in DynamicObject::hash_section()
Andreas Kling
2021-02-23
LibELF: Don't recompute the same ELF hashes over and over
Andreas Kling
2021-02-23
LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging
Andreas Kling
2021-02-23
LibELF: Move ELF hash functions to their own file (and make constexpr)
Andreas Kling
2021-02-21
LibELF: Fix build with ELF_IMAGE_DEBUG
Andreas Kling
2021-02-21
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
Andreas Kling
2021-02-21
LibELF: Make SymbolLookupResult::address a VirtualAddress
Andreas Kling
2021-02-21
LibELF: Simplify DynamicObject::Symbol class a bit
Andreas Kling
2021-02-21
LibELF: Make symbol lookup functions return Optional<Symbol>
Andreas Kling
2021-02-21
LibELF: Remove "always bind now" global flag
Andreas Kling
2021-02-21
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-02-20
LibELF: Use StringView instead of "const char*" in dynamic linker code
Andreas Kling
2021-02-20
DynamicLoader: Always make .data segment read+write
Andreas Kling
[prev]
[next]