From f3f0b79704c57e05e2f2a859c2f6e06cbf684e5a Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Fri, 12 Apr 2013 04:01:52 +0000 Subject: Add -expand-relocs to llvm-readobj This option expands shown relocations from single line to a dictionary format: Relocation { Offset: 0x4 Type: R_386_32 (1) Symbol: sym Info: 0x0 } llvm-svn: 179359 --- llvm/docs/CommandGuide/llvm-readobj.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index 3ede21d5461..1ca0b19a425 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/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). -- cgit v1.2.3