1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/elf
2022-03-10 13:54:16 +09:00
..
arch-arm64.cc [ELF][ARM64] Fix debug info section 2022-03-09 16:04:03 +09:00
arch-i386.cc [ELF][i386] Make GOT-relative relocs relative to .got instead of .got.plt 2022-03-05 12:13:04 +09:00
arch-riscv64.cc [ELF] Report errors more strictly for unrepresentable relocations 2022-03-05 14:59:31 +09:00
arch-x86-64.cc [ELF] Reduce the size of InputSection from 88 bytes to 72 bytes 2022-03-02 17:27:31 +09:00
cmdline.cc [ELF] Move --static option in helpmsg 2022-03-08 10:53:32 +01:00
elf.h [ELF] Reduce the size of InputSection from 88 bytes to 72 bytes 2022-03-02 17:27:31 +09:00
gc-sections.cc [ELF] Reduce the size of FdeRecord from 24 bytes to 16 bytes 2022-03-02 16:25:17 +09:00
glob.cc [ELF] Support negation and range in glob pattern 2022-01-22 11:01:55 +09:00
icf.cc [ELF] Reduce the size of FdeRecord from 24 bytes to 16 bytes 2022-03-02 16:25:17 +09:00
input-files.cc [ELF] Fix a crash bug for -noinhibit-exec 2022-03-09 11:38:46 +09:00
input-sections.cc [ELF] Reduce the size of InputSection from 88 bytes to 72 bytes 2022-03-02 17:27:31 +09:00
linker-script.cc [ELF][RISC-V] Add a stub for RISCV64 2022-01-26 15:16:36 +09:00
lto.cc [ELF] Improve an error message 2022-03-10 13:54:16 +09:00
main.cc Refactor 2022-03-06 13:24:01 +09:00
mapfile.cc [ELF] Shrink the size of Symbol from 56 bytes to 48 bytes 2022-03-01 12:03:35 +09:00
mold-wrapper.c mold-wrapper: Execute mold if ld.bfd is executed 2022-01-28 20:38:01 +09:00
mold.h [ELF] Do not allocate a byte for an empty class 2022-03-06 12:20:31 +09:00
output-chunks.cc [ELF][ARM64] Fix IFUNC relocations in -static-pie executables 2022-03-09 18:04:34 +09:00
output-file.cc [ELF][RISC-V] Add a stub for RISCV64 2022-01-26 15:16:36 +09:00
passes.cc [ELF][ARM64] Fix IFUNC relocations in -static-pie executables 2022-03-09 18:04:34 +09:00
relocatable.cc [ELF][RISC-V] Add a stub for RISCV64 2022-01-26 15:16:36 +09:00
subprocess.cc Add a script to create a tar file for binary distribution 2022-02-19 11:26:18 +09:00
version-matcher.cc Simplify 2022-02-10 18:23:59 +09:00