diff options
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index ab88bdc..4050c4b 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -38,9 +38,11 @@ objdump \- display information from object files. .I machine\c \&\|] .RB "[\|" \-r | \-\-reloc "\|]" +.RB "[\|" \-R | \-\-dynamic\-reloc "\|]" .RB "[\|" \-s | \-\-full\-contents "\|]" .RB "[\|" \-\-stabs "\|]" .RB "[\|" \-t | \-\-syms "\|]" +.RB "[\|" \-T | \-\-dynamic\-syms "\|]" .RB "[\|" \-x | \-\-all\-headers "\|]" .RB "[\|" \-\-version "\|]" .RB "[\|" \-\-help "\|]" @@ -200,6 +202,14 @@ option. Print the relocation entries of the file. .TP +.B \-R +.TP +.B \-\-dynamic\-reloc +Print the dynamic relocation entries of the file. This is only +meaningful for dynamic objects, such as certain types of shared +libraries. + +.TP .B \-s .TP .B \-\-full\-contents @@ -224,6 +234,19 @@ This is similar to the information provided by the `\|\c \|' program. .TP +.B \-T +.TP +.B \-\-dynamic\-syms +Dynamic Symbol Table. Print the dynamic symbol table entries of the +file. This is only meaningful for dynamic objects, such as certain +types of shared libraries. This is similar to the information +provided by the `\|\c +.B nm\c +\|' program when given the +.B \-D (\-\-dynamic) +option. + +.TP .B \-\-version Print the version number of .B objdump |