1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 00:57:08 +03:00
mold/elf
Rui Ueyama 05e1054058 s/std::lock_guard/std::scoped_lock/g
It looks like you should use std::scoped_lock instead of std::lock_guard
by default since C++17 unless you have a strong opinion to prefer the
latter.
2022-01-21 15:02:47 +09:00
..
arch-arm64.cc s/std::lock_guard/std::scoped_lock/g 2022-01-21 15:02:47 +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 s/std::lock_guard/std::scoped_lock/g 2022-01-21 15:02:47 +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 Use std::erase_if instead of our own 2022-01-21 10:40:46 +09: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 s/std::lock_guard/std::scoped_lock/g 2022-01-21 15:02:47 +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 s/std::lock_guard/std::scoped_lock/g 2022-01-21 15:02:47 +09:00
relocatable.cc Use std::erase_if instead of our own 2022-01-21 10:40:46 +09:00
subprocess.cc Terminate argv array with nullptr 2021-12-31 15:43:22 +01:00