diff options
author | Hemant Kulkarni <khemant@codeaurora.org> | 2016-01-26 19:46:39 +0000 |
---|---|---|
committer | Hemant Kulkarni <khemant@codeaurora.org> | 2016-01-26 19:46:39 +0000 |
commit | ab4a46fa1cb248097e23e828f7f0204e38359e57 (patch) | |
tree | aae68a77a1c106dac691fa6be6003bbcb582fcdd /llvm/docs/CommandGuide/llvm-readobj.rst | |
parent | 4c91ad1be7cd8ef796660fe1a545c2659bb61949 (diff) | |
download | bcm5719-llvm-ab4a46fa1cb248097e23e828f7f0204e38359e57.tar.gz bcm5719-llvm-ab4a46fa1cb248097e23e828f7f0204e38359e57.zip |
[llvm-readobj] Add -elf-section-groups option
Adds a way to inspect SHT_GROUP sections in ELF objects.
Displays signature, member sections of these sections.
Differential revision: http://reviews.llvm.org/D16555
llvm-svn: 258845
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-readobj.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-readobj.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index b1918b548f8..417fcd05c8a 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -80,6 +80,10 @@ input. Otherwise, it will read from the specified ``filenames``. Display the ELF program headers (only for ELF object files). +.. option:: -elf-section-groups, -g + + Display section groups (only for ELF object files). + EXIT STATUS ----------- |