提交历史

作者 SHA1 备注 提交日期
  Gunnar Beutner 13a14b3112 LibELF: Fix loading libs with a .text segment that's not page-aligned 4 年之前
  Gunnar Beutner ea8ff03475 LibELF: Fix loading objects with a non-zero load base 4 年之前
  Gunnar Beutner 371c852fc0 LibELF: Swap the arguments for negative_offset_from_tls_block_end 4 年之前
  Gunnar Beutner 251eaad8f0 LibELF: Fix relocation support for 'static __thread' variables 4 年之前
  Gunnar Beutner 5f6ee4c539 LibELF: Save the negative TLS offset in m_tls_offset 4 年之前
  Gunnar Beutner a0a38e1e84 LibELF: Implement TLS relocation support for x86_64 4 年之前
  Gunnar Beutner f9a8c6f053 LibELF: Implement support for RELA relocations 4 年之前
  Gunnar Beutner 1f93ffcd72 LibELF: Simplify ELF load address calculations 4 年之前
  Gunnar Beutner 2dbd3f83c1 LibELF: Fix incorrect error message 4 年之前
  Gunnar Beutner d3127efc01 LibELF: Implement PLT relocations for x86_64 4 年之前
  Gunnar Beutner 5afec84cc2 LibELF: Add stub for R_X86_64_TPOFF64 4 年之前
  Gunnar Beutner 811f9d562d LibELF: Make sure the mmap() regions are large enough 4 年之前
  Gunnar Beutner 0cb937416b Meta: Install 64-bit libgcc_s.so for x86_64 targets 4 年之前
  Gunnar Beutner 158355e0d7 Kernel+LibELF: Add support for validating and loading ELF64 executables 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 0ab37dbd03 LibELF: Propagate ELF image validation errors to the caller 4 年之前
  Gunnar Beutner a050b43290 LibELF: Implement x86_64 relocation support 4 年之前
  Itamar 101ac45c1a LibELF: Change TLS offset calculation 4 年之前
  Itamar 6bbd2ebf83 Kernel+LibELF: Support initializing values of TLS data 4 年之前
  Itamar db76702d71 LibELF: Rename tls_size to tls_size_of_current_object 4 年之前
  Itamar 1c24388d74 LibELF: Extract TLS offset calculation logic to separate function 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 年之前
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Gunnar Beutner 6c729993a8 LibELF: Allow shared objects which don't have a text segment 4 年之前
  Gunnar Beutner c32b58873a LibELF: Fix calculation for TLS relocations 4 年之前
  Gunnar Beutner 1dab5ca5fd LibELF: Fix support for relocating weak symbols 4 年之前
  Gunnar Beutner 97d7450571 LibELF: Remove VERIFY() calls and let control flow return to the caller 4 年之前