1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-16 08:20:23 +03:00
mold/elf
2024-03-28 11:52: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 Rename classes 2023-11-22 20:56:21 +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 Fix R_PPC64_DTPREL16_LO_DS 2024-02-23 17:14:25 +09:00
arch-ppc64v2.cc [PPC64V2] Emit _savegpr0_*, _restgpr0_*, _savegpr1_* and _restgpr1_* symbols 2024-02-27 14:35:19 +09:00
arch-riscv.cc Refactor 2023-12-19 15:32:43 +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 text relocations for IFUNC symbols in PDEs 2023-11-02 12:27:55 +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-03-28 11:52:33 +09:00
elf.cc [ELF] Add RISC-V TLSDESC relocation constants. 2023-09-13 13:36:16 +09:00
elf.h Handle sections with an unknown section type as errors 2024-03-12 14:13:52 +09:00
gc-sections.cc [PPC32] Do not discard .got2 even if --gc-sections is given 2024-03-10 18:16:11 +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 Use relocations to identify address-taken functions 2023-10-02 17:05:38 +09:00
input-files.cc Refactor 2024-03-20 15:05:16 +09:00
input-sections.cc Do not try to demangle C++ symbols as Rust ones 2023-11-30 13:53:23 +09:00
linker-script.cc Fix "skipping incompatible file" errors 2024-03-25 14:52:54 +09:00
lto-unix.cc Refactor 2024-03-20 15:05:16 +09:00
lto-win32.cc Refactor 2024-03-20 15:05:16 +09:00
lto.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
lto.h Refactor 2023-08-15 15:08:34 +09:00
main.cc Simplify 2024-03-28 11:52:33 +09:00
mapfile.cc Refactor 2024-03-10 18:21:04 +09:00
mold-wrapper.c Remove redundant check 2023-11-23 11:47:33 +09:00
mold.h Simplify 2024-03-28 11:52:33 +09:00
output-chunks.cc Do not set symbol size to imported dynamic symbols 2024-03-15 11:35:48 +09:00
passes.cc Do not call do_lto() if all LTO input files are dead 2024-03-27 15:27:52 +09:00
relocatable.cc Refactor 2023-08-15 15:08:34 +09:00
subprocess.cc Create config.h 2022-10-22 14:40:47 +08:00
thunks.cc Simplify 2023-11-23 12:22:14 +09:00
tls.cc Remove incomplete MIPS support 2023-09-04 13:12:03 +09:00