1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/elf
2022-01-20 13:45:20 +09:00
..
arch-arm64.cc [ELF] Fix off-by-one error 2022-01-20 13:45:20 +09:00
arch-i386.cc Rename variables 2022-01-20 12:32:05 +09:00
arch-x86-64.cc [ELF] Do not use BND prefix 2022-01-20 13:39:31 +09:00
cmdline.cc Merge pull request #285 from tklauser/ignore-fix-cortex-flag 2022-01-20 09:45:20 +09:00
elf.h Simplify 2022-01-16 15:23:47 +09:00
gc-sections.cc Remove a redundant data structure 2022-01-13 20:38:43 +09:00
icf.cc Fix -Wall warnings 2021-12-22 12:10:20 +09:00
input-files.cc [ELF] Rename variables 2022-01-20 08:35:52 +09:00
input-sections.cc [ELF] Rename a function 2022-01-17 10:26:23 +09:00
linker-script.cc [ELF] Handle glob patterns other than * for local: in version scripts 2022-01-20 08:51:04 +09:00
main.cc [ELF/ARM64] Support range extension thunks 2022-01-20 03:16:50 +00:00
mapfile.cc Fix -Wall warnings 2021-12-22 12:10:20 +09:00
mold-wrapper.c [ELF] Add missing calls to va_end() 2021-12-22 14:10:01 +01:00
mold.h [ELF/ARM64] Support range extension thunks 2022-01-20 03:16:50 +00:00
output-chunks.cc [ELF] Do not scan .text for .relr.dyn 2022-01-17 20:40:22 +09:00
output-file.cc [ELF] If we can't open an existing output file, create a new one 2022-01-18 16:04:52 +09:00
passes.cc [ELF] Rename variables 2022-01-20 08:35:52 +09:00
relocatable.cc Rename variables 2021-12-11 21:40:57 +09:00
subprocess.cc Terminate argv array with nullptr 2021-12-31 15:43:22 +01:00