1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-26 21:20:46 +03:00
mold/elf
2022-10-22 14:40:47 +08:00
..
arch-arm32.cc Fix typo 2022-10-22 08:24:00 +08:00
arch-arm64.cc [ELF] Add more relocation overflow checks 2022-10-15 14:07:21 +08:00
arch-i386.cc [ELF][i386] Fix assertion failure 2022-10-19 20:14:58 +08:00
arch-ppc64v1.cc Update comments 2022-10-18 16:30:55 +08:00
arch-ppc64v2.cc Refactor 2022-10-17 14:19:48 +08:00
arch-riscv.cc Rgefactor 2022-10-17 12:00:09 +08:00
arch-s390x.cc [ELF][s390x] Do not allow misaligned R_390_*DBL relocs 2022-10-18 16:28:52 +08:00
arch-sparc64.cc [ELF] Add more relocation overflow checks 2022-10-15 14:07:21 +08:00
arch-x86-64.cc [ELF][PPC64V1] Fix more tests 2022-10-11 12:46:56 +08:00
cmdline.cc [ELF] Do not emit non-memory-allocated sections if --oformat=binary 2022-10-21 08:24:15 +08:00
dwarf.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
elf.h Refactor 2022-10-17 14:19:48 +08:00
gc-sections.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
icf.cc [ELF] Replace killed_by_icf with is_killed_by_icf(). 2022-10-16 10:06:13 +08:00
input-files.cc [ELF] Handle GNU-unique symbols as if they were weak 2022-10-21 20:58:17 +08:00
input-sections.cc [ELF][PPC64V1] Fix more tests 2022-10-11 12:46:56 +08:00
linker-script.cc [ELF] Rework version_specified handling. 2022-10-09 21:23:30 +08:00
lto-unix.cc Avoid reading /proc/self/exe on FreeBSD 2022-10-19 13:48:46 +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 Refactor 2022-09-20 22:10:46 +08:00
main.cc Print out the number of bytes occupied by range extension thunks 2022-10-22 11:01:27 +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 [ELF] Do not emit non-memory-allocated sections if --oformat=binary 2022-10-21 08:24:15 +08:00
output-chunks.cc [ELF] Do not emit non-memory-allocated sections if --oformat=binary 2022-10-21 08:24:15 +08:00
passes.cc [ELF] Handle GNU-unique symbols as if they were weak 2022-10-21 20:58:17 +08:00
relocatable.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
subprocess.cc Create config.h 2022-10-22 14:40:47 +08:00
thunks.cc Do not halt even if there's a big input text section 2022-10-22 13:24:49 +08:00