1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-12 23:48:51 +03:00
mold/elf
Martin Liska c59b3f5fa5 Fix warning: variable ‘check’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Martin Liska <mliska@suse.cz>
2023-03-14 13:28:45 +01: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 Simplify 2023-02-13 10:17:37 +08:00
arch-ppc64v2.cc Fix warning: variable ‘check’ set but not used [-Wunused-but-set-variable] 2023-03-14 13:28:45 +01:00
arch-riscv.cc Refactor 2023-02-16 08:58:47 +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 Support R_X86_64_GOTOFF64 in non-memory-allocated sections 2023-03-05 08:07: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.cc Support the Power10 ABI 2023-03-04 09:43:42 +08:00
elf.h Support the Power10 ABI 2023-03-04 09:43:42 +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 Make undefined symbol in a DSO to keep other DSOs alive 2023-03-14 18:52:03 +08:00
input-sections.cc Refactor 2023-02-15 20:46:50 +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
main.cc Rename files 2023-03-13 16:23:36 +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 Merge pull request #1004 from ishitatsuyuki/lto-eh-frame 2023-03-07 12:01:54 +09:00
output-chunks.cc Merge pull request #993 from ksco/riscv_compatibility 2023-02-21 14:03:08 +09:00
passes.cc [ELF] Kill .eh_frame sections after symbol resolution. 2023-03-06 13:22:06 +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 Support the Power10 ABI 2023-03-04 09:43:42 +08:00
tls.cc Refactor 2023-02-16 15:18:25 +08:00