1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 18:08:01 +03:00
mold/elf
Rui Ueyama 7ffc3a4545 [Mach-O] Add a feature to dump an executable
This is not a linker feature, but in order to learn how Mach-O
executables are constructed, I'll implement a dump feature.
I'll remove the feature once I understand the structure of Mach-O
binaries.
2021-09-13 18:16:13 +09:00
..
arch-aarch64.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
arch-i386.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
arch-x86-64.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
archive-file.cc Simplify 2021-09-10 16:05:45 +09:00
cmdline.cc [ELF] Add --require-defined 2021-09-12 18:34:42 +09:00
elf.h Move code to elf sub-directory 2021-09-02 23:16:49 +09:00
gc-sections.cc [ELF] Add --require-defined 2021-09-12 18:34:42 +09:00
icf.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
input-sections.cc Inline a few functions 2021-09-11 14:54:55 +09:00
linker-script.cc Simplify 2021-09-10 16:05:45 +09:00
main.cc [Mach-O] Add a feature to dump an executable 2021-09-13 18:16:13 +09:00
mapfile.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
memory-mapped-file.cc Simplify 2021-09-10 16:10:28 +09:00
mold-wrapper.c Move code to elf sub-directory 2021-09-02 23:16:49 +09:00
mold.h [Mach-O] Add a feature to dump an executable 2021-09-13 18:16:13 +09:00
object-file.cc Inline a few functions 2021-09-11 14:54:55 +09:00
output-chunks.cc Simplify 2021-09-10 16:05:45 +09:00
output-file.cc Do not use strerror 2021-09-05 17:15:15 +09:00
passes.cc [ELF] Add --require-defined 2021-09-12 18:34:42 +09:00
perf.cc Move code to elf sub-directory 2021-09-02 23:16:49 +09:00
relocatable.cc Simplify 2021-09-10 16:05:45 +09:00
subprocess.cc Remove a useless macro 2021-09-08 19:51:02 +09:00
symbols.cc Move code to elf sub-directory 2021-09-02 23:16:49 +09:00