1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 21:17:28 +03:00
mold/elf
2022-11-26 16:40:16 +08:00
..
arch-arm32.cc Refactor 2022-11-25 11:06:18 +08:00
arch-arm64.cc Refactor 2022-11-05 21:06:52 +08:00
arch-i386.cc [ELF] Re-implement --relocatable 2022-11-24 12:24:57 +08:00
arch-m68k.cc [ELF] Re-implement --relocatable 2022-11-24 12:24:57 +08:00
arch-ppc64v1.cc [ELF] Add ppc64 to the supported emulations list 2022-10-30 17:07:51 +08:00
arch-ppc64v2.cc [ELF] Add ppc64 to the supported emulations list 2022-10-30 17:07:51 +08:00
arch-riscv.cc Refactor 2022-11-05 21:06:52 +08:00
arch-s390x.cc [ELF] Re-implement --relocatable 2022-11-24 12:24:57 +08:00
arch-sparc64.cc [ELF] Add more relocation overflow checks 2022-10-15 14:07:21 +08:00
arch-x86-64.cc Add i386-psabi.pdf to arch-x86-64 2022-11-21 15:18:52 +01:00
cmdline.cc [ELF] Re-implement --relocatable 2022-11-24 12:24:57 +08:00
dwarf.cc Enable separate compilation for each source file and target pair 2022-09-23 22:28:40 +08:00
elf.h Handle an output file with more than 65535 sections 2022-11-25 19:38:09 +08:00
gc-sections.cc Show a warning on an invalid multiboot section 2022-10-25 16:41:14 +08:00
icf.cc [ELF] Create output sections lazily 2022-11-25 13:46:38 +08:00
input-files.cc -r: Do not strip .note.GNU-stack 2022-11-26 16:40:16 +08:00
input-sections.cc [ELF] Create output sections lazily 2022-11-25 13:46:38 +08:00
linker-script.cc [ELF] Rework version_specified handling. 2022-10-09 21:23:30 +08:00
lto-unix.cc [ELF] Fix uninitialized ElfSym paddings 2022-10-22 19:37:35 +09: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 Accept -perf with -r 2022-11-26 11:29:39 +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 Optimize 2022-11-26 12:23:52 +08:00
output-chunks.cc -r: Do not emit .eh_frame if there's no input .eh_frame 2022-11-26 16:33:32 +08:00
passes.cc Avoid creating two sections with the same name 2022-11-26 13:43:23 +08:00
relocatable.cc Optimize 2022-11-26 12:54:22 +08:00
subprocess.cc Create config.h 2022-10-22 14:40:47 +08:00
thunks.cc [ELF] Re-implement --relocatable 2022-11-24 12:24:57 +08:00