[ELF] Rename fetch to extract
authorFangrui Song <i@maskray.me>
Fri, 26 Nov 2021 18:58:50 +0000 (10:58 -0800)
committerFangrui Song <i@maskray.me>
Fri, 26 Nov 2021 18:58:50 +0000 (10:58 -0800)
commit09401dfcf1dbec9d55ac62596d7520ba3a10eabb
tree170d5ece26718912cee10174c505e3576eaf434f
parentfcee33bd5a35786d905a40f42ed28d5a988d75eb
[ELF] Rename fetch to extract

The canonical term is "extract" (GNU ld documentation, Solaris's `-z *extract`
options). Avoid inventing a term and match --why-extract. (ld64 prefers "load"
but the word is overloaded too much)

Mostly MFC, except for --help messages and the header row in
--print-archive-stats output.
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/ELF/LTO.cpp
lld/ELF/MapFile.cpp
lld/ELF/Options.td
lld/ELF/SymbolTable.cpp
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h
lld/ELF/SyntheticSections.cpp
lld/test/ELF/print-archive-stats.s