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-06-06
LibC+LibELF: Implement dladdr()
Gunnar Beutner
2021-05-31
LibELF: Support weak symbols when using BIND_NOW
Gunnar Beutner
2021-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-17
LibELF: Fix an integer overflow in Image::find_sorted_symbol
Gunnar Beutner
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-10
LibELF: Propagate ELF image validation errors to the caller
Gunnar Beutner
2021-05-10
LibELF: Don't use assignments in return statements
Gunnar Beutner
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-07
LibELF: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-03
LibELF: Implement x86_64 relocation support
Gunnar Beutner
2021-05-03
LibELF+LibC: Support building LibELF for 64-bit targets
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-30
LibELF: Perform verification of TLS data in dlopen
Itamar
2021-04-30
LibELF: Change TLS offset calculation
Itamar
2021-04-30
Kernel+LibELF: Support initializing values of TLS data
Itamar
2021-04-30
LibELF: Rename tls_size to tls_size_of_current_object
Itamar
2021-04-30
LibELF: Extract TLS offset calculation logic to separate function
Itamar
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
[next]