1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00
mold/elf
2024-07-05 19:47:33 +09:00
..
arch-alpha.cc Revert "Do not create a PLT for an IFUNC unless necessary" 2023-10-22 22:35:49 +09:00
arch-arm32.cc [ARM32] Show "recompile with -fPIC" error for absolute relocations 2024-03-19 13:19:05 +09:00
arch-arm64.cc Use trap instructions instead of nop to fill gaps 2024-03-29 15:39:59 +09:00
arch-i386.cc Handle LLVM-generated TLSDESC code sequence 2023-11-26 18:49:20 +09:00
arch-loongarch.cc Rename classes 2023-11-22 20:56:21 +09:00
arch-m68k.cc Do not emit text relocations for IFUNC symbols in PDEs 2023-11-02 12:27:55 +09:00
arch-ppc32.cc Rename classes 2023-11-22 20:56:21 +09:00
arch-ppc64v1.cc Support R_PPC64_TPREL16_LO_DS 2024-05-21 11:22:51 +09:00
arch-ppc64v2.cc Support R_PPC64_TPREL16_LO_DS 2024-05-21 11:22:51 +09:00
arch-riscv.cc Refactor 2024-06-24 16:09:35 +09:00
arch-s390x.cc Do not emit text relocations for IFUNC symbols in PDEs 2023-11-02 12:27:55 +09:00
arch-sh4.cc Do not emit incorrect relocations for mergeable sections with --relocatable 2024-05-24 13:01:10 +09:00
arch-sparc64.cc Do not emit text relocations for IFUNC symbols in PDEs 2023-11-02 12:27:55 +09:00
arch-x86-64.cc Handle LLVM-generated TLSDESC code sequence 2023-11-26 18:49:20 +09:00
cmdline.cc Simplify 2024-06-27 19:51:06 +09:00
config.cc Refactor 2024-04-13 17:30:32 +09:00
elf.cc Refactor 2024-04-13 17:30:32 +09:00
elf.h Do not emit incorrect relocations for mergeable sections with --relocatable 2024-05-24 13:01:10 +09:00
gc-sections.cc Refactor 2024-05-10 15:51:22 +09:00
gdb-index.cc Use xxhash instead of gdb_hash for the internal hashmap for .gdb_index 2024-03-06 13:12:53 +09:00
icf.cc Replace our SipHash implementation with https://github.com/rui314/siphash 2024-05-18 12:15:26 +09:00
input-files.cc Refactor 2024-07-05 16:00:09 +09:00
input-sections.cc Refactor 2024-07-05 16:00:09 +09:00
linker-script.cc Refactor 2024-05-05 13:08:04 +09:00
lto-unix.cc Simplify 2024-07-05 19:47:33 +09:00
lto-win32.cc Refactor 2024-03-20 15:05:16 +09:00
lto.h Support lto on mingw 2024-06-21 17:42:27 +08:00
main.cc Attempt to fix CI 2024-07-05 17:42:32 +09:00
mapfile.cc Remove a use of thread-local variable 2024-05-04 17:42:46 +09:00
mold-wrapper.c Simplify 2024-03-28 17:47:28 +09:00
mold.h Refactor 2024-07-05 16:00:09 +09:00
output-chunks.cc Refactor 2024-07-05 16:00:09 +09:00
passes.cc Refactor 2024-07-05 16:00:09 +09:00
relocatable.cc Refactor 2024-07-04 13:59:29 +09:00
subprocess-unix.cc Attempt to fix CI 2024-07-05 17:42:32 +09:00
subprocess-win32.cc Attempt to fix CI 2024-07-05 17:42:32 +09:00
thunks.cc Allow larger range extension thunks 2024-05-27 15:43:43 +09:00
tls.cc Remove incomplete MIPS support 2023-09-04 13:12:03 +09:00