1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 09:07:10 +03:00
mold/elf
2022-04-03 19:12:10 +08:00
..
arch-arm32.cc [ELF][ARM32] Support R_ARM_THM_JUMP11 2022-04-02 17:35:55 +08:00
arch-arm64.cc Merge pull request #399 from alois31/r_aarch64_ld_prel_lo19 2022-04-01 13:44:39 +08:00
arch-i386.cc [ELF][i386] Implement GD → LE and LD → LD relaxations 2022-03-10 15:18:43 +09:00
arch-riscv64.cc Revert "Attempt to fix a build issue with libc++14" 2022-03-31 13:24:19 +00: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 Attempt to fix CI 2022-04-01 13:32:01 +08:00
elf.h [ELF][ARM32] Implement many relocations 2022-03-30 09:26:32 +00:00
gc-sections.cc [ELF][ARM32] Implement many relocations 2022-03-30 09:26:32 +00:00
glob.cc [ELF] Support negation and range in glob pattern 2022-01-22 11:01:55 +09:00
icf.cc [ELF] Fix crash bug in ICF 2022-04-03 13:41:13 +08:00
input-files.cc Add comments 2022-04-03 19:12:10 +08:00
input-sections.cc [ELF] Improve error message 2022-04-03 12:31:31 +08:00
linker-script.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +09:00
lto.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +09:00
main.cc [ELF][i386] Sort .ctors and .dtors sections 2022-04-03 10:43:22 +08:00
mapfile.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +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] Fix crash bug in ICF 2022-04-03 13:41:13 +08:00
output-chunks.cc [ELF][i386] Sort .ctors and .dtors sections 2022-04-03 10:43:22 +08:00
output-file.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +09:00
passes.cc Fix data races found by ThreadSanitizer 2022-04-03 15:08:57 +08:00
relocatable.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +09:00
subprocess.cc [ELF][ARM64] Add a stub for ARM32 2022-03-10 16:27:31 +09:00
version-matcher.cc Simplify 2022-02-10 18:23:59 +09:00