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-08-12
LibELF+LibTest: Fix incorrect #ifdef
Gunnar Beutner
2021-08-09
LibELF: Remove `(FlatPtr)something.as_ptr()` idiom
Daniel Bertalan
2021-08-09
LibELF: Fix 'applying offset produced null pointer' UBSAN failure
Daniel Bertalan
2021-07-27
LibELF: Fix unaligned writes in the relocation code
Gunnar Beutner
2021-07-27
DynamicLoader+LibELF: Move self-relocation code into a separate file
Gunnar Beutner
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-16
LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)
Peter Bindels
2021-07-13
Userland: Prefer using ARCH() over __LP64__
Gunnar Beutner
2021-07-10
LibELF: Make sure calls to _fixup_plt_entry use a properly aligned stack
Gunnar Beutner
2021-07-10
Kernel+Userland: Make the stack alignment comply with the System V ABI
Gunnar Beutner
2021-07-07
LibELF: Fix syscall regions for .text segments with a non-zero offset
Daniel Bertalan
2021-07-07
LibELF: Fix loading libs with a .text segment that's not page-aligned
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-04
LibELF: Fix loading objects with a non-zero load base
Gunnar Beutner
2021-07-04
LibELF: Swap the arguments for negative_offset_from_tls_block_end
Gunnar Beutner
2021-07-04
LibELF: Fix relocation support for 'static __thread' variables
Gunnar Beutner
2021-07-04
LibELF: Save the negative TLS offset in m_tls_offset
Gunnar Beutner
2021-07-04
LibELF: Implement TLS relocation support for x86_64
Gunnar Beutner
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
LibELF: Use StringView literal to avoid string allocations
Brian Gianforcaro
2021-07-01
LibELF: Check for missing PT_LOAD alignment header value
Idan Horowitz
2021-07-01
LibELF: Implement support for RELA relocations
Gunnar Beutner
2021-07-01
LibELF: Simplify ELF load address calculations
Gunnar Beutner
2021-07-01
LibELF: Fix incorrect error message
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
LibELF: Implement PLT relocations for x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
LibELF: Make sure the mmap() regions are large enough
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-29
LibELF: Implement GNU hash section lookups for x86_64
Gunnar Beutner
2021-06-29
LibELF: Don't validate PT_LOAD alignment in ET_CORE files
Andreas Kling
2021-06-28
Meta: Install 64-bit libgcc_s.so for x86_64 targets
Gunnar Beutner
2021-06-28
Kernel: Properly set up the userland context for new processes on x86_64
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-24
LibELF: Fix missing include
Hendiadyoin1
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
[next]