1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-13 09:39:13 +03:00
mold/elf
2021-10-03 13:44:45 +09:00
..
arch-aarch64.cc Refactor 2021-10-01 00:35:42 +09:00
arch-i386.cc Refactor 2021-10-01 00:35:42 +09:00
arch-x86-64.cc Refactor 2021-10-01 00:35:42 +09:00
cmdline.cc [ELF] Rename variables 2021-10-02 14:12:42 +09:00
elf.h Move code to elf sub-directory 2021-09-02 23:16:49 +09:00
gc-sections.cc [ELF] s/SectionFragment/Subsection/g 2021-09-29 16:18:41 +09:00
icf.cc [ELF] Reduce the size of Subsection struct 2021-09-29 16:30:04 +09:00
input-sections.cc Refactor 2021-10-01 00:35:42 +09:00
linker-script.cc [ELF] Rename variables 2021-10-02 14:12:42 +09:00
main.cc Make get_file_type() to recognize Mach-O file types 2021-10-03 13:44:45 +09:00
mapfile.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
mold-wrapper.c Move code to elf sub-directory 2021-09-02 23:16:49 +09:00
mold.h [ELF] Rename variables 2021-10-02 14:12:42 +09:00
object-file.cc [ELF] Rename variables 2021-10-02 14:12:42 +09:00
output-chunks.cc [ELF] Rename variables 2021-10-02 14:12:42 +09:00
output-file.cc Move cleanup handlers from mold::elf to mold 2021-09-15 15:25:14 +09:00
passes.cc Refactor 2021-10-01 00:35:42 +09:00
relocatable.cc Make get_file_type() to recognize Mach-O file types 2021-10-03 13:44:45 +09:00
subprocess.cc [ELF] Fix "mold-wrapper.so is not found" error 2021-09-30 15:01:55 +09:00