mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 22:00:30 +00:00
[docs][llvm-readobj][llvm-readelf] Improve wording
llvm-svn: 365335
This commit is contained in:
parent
cc882d181c
commit
98551a8d55
@ -66,7 +66,7 @@ OPTIONS
|
||||
|
||||
.. option:: --elf-output-style=<value>
|
||||
|
||||
Specify the style to dump ELF information in. Valid options are ``LLVM`` and
|
||||
Format ELF information in the specified style. Valid options are ``LLVM`` and
|
||||
``GNU``. ``LLVM`` output is an expanded and structured format, whilst ``GNU``
|
||||
(the default) output mimics the equivalent GNU :program:`readelf` output.
|
||||
|
||||
@ -89,7 +89,7 @@ OPTIONS
|
||||
|
||||
.. option:: --hash-symbols
|
||||
|
||||
Display the dynamic symbols derived from the hash table.
|
||||
Display the expanded hash table with dynamic symbol data.
|
||||
|
||||
.. option:: --hash-table
|
||||
|
||||
|
@ -178,7 +178,7 @@ The following options are implemented only for the ELF file format.
|
||||
|
||||
.. option:: --elf-output-style=<value>
|
||||
|
||||
Specify the style to dump ELF information in. Valid options are ``LLVM`` and
|
||||
Format ELF information in the specified style. Valid options are ``LLVM`` and
|
||||
``GNU``. ``LLVM`` output (the default) is an expanded and structured format,
|
||||
whilst ``GNU`` output mimics the equivalent GNU :program:`readelf` output.
|
||||
|
||||
@ -192,7 +192,7 @@ The following options are implemented only for the ELF file format.
|
||||
|
||||
.. option:: --hash-symbols
|
||||
|
||||
Display the dynamic symbols derived from the hash table.
|
||||
Display the expanded hash table with dynamic symbol data.
|
||||
|
||||
.. option:: --hash-table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user