1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-20 01:18:53 +03:00
mold/elf
2023-02-06 12:48:56 +08:00
..
arch-alpha.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-arm32.cc Attempt to fix R_ARM_PLT32 2023-02-05 08:06:13 +08:00
arch-arm64.cc Support R_AARCH64_PLT32 2023-02-01 11:36:06 +08:00
arch-i386.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-m68k.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-ppc32.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-ppc64v1.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-ppc64v2.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-riscv.cc Support R_RISCV_PLT32 2023-02-06 12:48:56 +08:00
arch-s390x.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-sh4.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-sparc64.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
arch-x86-64.cc Refactor 2023-01-28 09:03:24 +08:00
cmdline.cc Support --hash-style=none to cancel --hash-style=[sysv|gnu|both] 2023-01-22 20:29:15 +08:00
dwarf.cc Refactor 2023-01-17 21:05:26 +08:00
elf-main.cc Warn on shared object files in archives 2023-01-30 09:38:44 +08:00
elf.cc Support R_RISCV_PLT32 2023-02-06 12:48:56 +08:00
elf.h Support R_RISCV_PLT32 2023-02-06 12:48:56 +08:00
gc-sections.cc Refactor 2023-01-20 12:07:03 +08:00
icf.cc Save 8 byte of memory for each global symbol 2023-01-19 08:54:16 +08:00
input-files.cc Simplify 2023-02-06 08:24:33 +08:00
input-sections.cc Fix out-of-bound memory access 2023-01-21 12:06:10 +08:00
linker-script.cc Fix "error: enumerated and non-enumerated type in conditional expression" warning 2023-01-04 09:02:16 +08:00
lto-unix.cc Save 8 byte of memory for each global symbol 2023-01-19 08:54:16 +08:00
lto-win32.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
lto.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
lto.h Reorganize files 2023-01-16 15:27:10 +08:00
mapfile.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
mold-wrapper.c fix 2 -Wextra warnings 2022-10-10 17:42:05 +02:00
mold.h Simplify 2023-02-06 08:24:33 +08:00
output-chunks.cc Refactor 2023-01-20 15:02:32 +08:00
passes.cc Refactor 2023-01-19 10:31:21 +08:00
relocatable.cc Refactor 2022-12-29 15:49:12 +08:00
subprocess.cc Create config.h 2022-10-22 14:40:47 +08:00
thunks.cc Attempt to fix R_ARM_PLT32 2023-02-05 08:06:13 +08:00
tls.cc Refactor 2023-01-09 13:59:35 +08:00