1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/elf
Rui Ueyama 2ce5e22193 Refactor
This commit makes it clear that Header, Output Section and Synthetic
Section are distinctive.
2022-04-30 17:07:39 +08:00
..
arch-arm32.cc [ELF] Write tombstone values to dead debug info records 2022-04-09 10:40:25 +08:00
arch-arm64.cc [ELF] Write tombstone values to dead debug info records 2022-04-09 10:40:25 +08:00
arch-i386.cc [ELF] Write tombstone values to dead debug info records 2022-04-09 10:40:25 +08:00
arch-riscv64.cc [ELF] Make --gdb-index work for compressed input debug sections 2022-04-16 15:00:21 +08:00
arch-x86-64.cc [ELF] Write tombstone values to dead debug info records 2022-04-09 10:40:25 +08:00
cmdline.cc [ELF] Remove --preload 2022-04-30 15:03:24 +08:00
dwarf.cc refactor 2022-04-30 16:40:05 +08:00
elf.h [ELF] Assume all output is in little-endian 2022-04-22 15:45:27 +08:00
gc-sections.cc [ELF] Allow to build only for x86-64 or ARM64 2022-04-17 13:02:19 +08:00
glob.cc [ELF] Support negation and range in glob pattern 2022-01-22 11:01:55 +09:00
icf.cc [ELF] Allow to build only for x86-64 or ARM64 2022-04-17 13:02:19 +08:00
input-files.cc refactor 2022-04-30 16:40:05 +08:00
input-sections.cc Fix -Wc++-narrowing errors on a 32 bits host 2022-04-21 15:44:29 +08:00
linker-script.cc [ELF] Allow to build only for x86-64 or ARM64 2022-04-17 13:02:19 +08:00
lto.cc [ELF] Parallelize a loop 2022-04-28 13:40:11 +08:00
main.cc Refactor 2022-04-30 17:07:39 +08:00
mapfile.cc Refactor 2022-04-30 17:07:39 +08:00
mold-wrapper.c [mold-wrapper] Allow arbitrary long argv for execl, execlp and execle 2022-04-28 10:32:25 +08:00
mold.h Refactor 2022-04-30 17:07:39 +08:00
output-chunks.cc [ELF] Fix race condition found by ThreadSanitizer 2022-04-29 19:53:48 +08:00
output-file.cc [ELF] Allow to build only for x86-64 or ARM64 2022-04-17 13:02:19 +08:00
passes.cc Refactor 2022-04-30 17:07:39 +08:00
relocatable.cc [ELF] Assume all output is in little-endian 2022-04-22 15:45:27 +08:00
subprocess.cc Simplify 2022-04-30 16:09:05 +08:00
version-matcher.cc Simplify 2022-02-10 18:23:59 +09:00