diff options
Diffstat (limited to 'docs/CommandGuide/llvm-readobj.rst')
-rw-r--r-- | docs/CommandGuide/llvm-readobj.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-readobj.rst b/docs/CommandGuide/llvm-readobj.rst index 3ede21d546..1ca0b19a42 100644 --- a/docs/CommandGuide/llvm-readobj.rst +++ b/docs/CommandGuide/llvm-readobj.rst @@ -63,6 +63,11 @@ input. Otherwise, it will read from the specified ``filenames``. Display unwind information. +.. option:: -expand-relocs + + When used with ``-relocations``, display each relocation in an expanded + multi-line format. + .. option:: -dynamic-table Display the ELF .dynamic section table (only for ELF object files). |