1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 21:17:28 +03:00
mold/elf
2022-02-22 16:14:27 +09:00
..
arch-arm64.cc [ELF] Handle relocations with r_sym == 0 correctly 2022-02-16 13:18:22 +09:00
arch-i386.cc [ELF] Allow relative relocs against absolute symbols 2022-02-17 12:07:48 +09:00
arch-riscv64.cc [ELF] Handle relocations with r_sym == 0 correctly 2022-02-16 13:18:22 +09:00
arch-x86-64.cc [ELF] Change the size of ibtplt from 24 bytes to 32 bytes 2022-02-22 16:14:27 +09:00
cmdline.cc [ELF] Change the size of ibtplt from 24 bytes to 32 bytes 2022-02-22 16:14:27 +09:00
elf.h Rename a variable 2022-02-18 12:53:34 +09:00
gc-sections.cc [ELF] Reduce the size of InputSection by 8 bytes 2022-02-02 15:03:22 +09:00
glob.cc [ELF] Support negation and range in glob pattern 2022-01-22 11:01:55 +09:00
icf.cc Simplify 2022-02-10 18:23:59 +09:00
input-files.cc Add comments 2022-02-22 13:18:09 +09:00
input-sections.cc [ELF] Report an error for an unrepresentable reloc against abs symbol 2022-02-17 11:21:52 +09:00
linker-script.cc [ELF][RISC-V] Add a stub for RISCV64 2022-01-26 15:16:36 +09:00
lto.cc Simplify 2022-02-21 18:26:51 +09:00
main.cc [ELF] Add the --reverse-sections option 2022-02-22 15:41:51 +09:00
mapfile.cc Refactor 2022-02-08 07:02:30 +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] Add the --shuffle-sections-seed=NUMBER option 2022-02-22 15:41:51 +09:00
output-chunks.cc Simplify 2022-02-21 18:26:51 +09:00
output-file.cc [ELF][RISC-V] Add a stub for RISCV64 2022-01-26 15:16:36 +09:00
passes.cc [ELF] Add the --shuffle-sections-seed=NUMBER option 2022-02-22 15:41:51 +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