diff options
Diffstat (limited to 'binutils/nm.1')
-rw-r--r-- | binutils/nm.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/nm.1 b/binutils/nm.1 index b602d7b..aedabb4 100644 --- a/binutils/nm.1 +++ b/binutils/nm.1 @@ -19,6 +19,7 @@ nm \- list symbols from object files. .RB "[\|" \-g | \-\-extern\-only "\|]" .RB "[\|" \-B "\|]" .RB "[\|" \-C | \-\-demangle "\|]" +.RB "[\|" \-D | \-\-dynamic "\|]" .RB "[\|" \-s | \-\-print\-armap "\|]" .RB "[\|" \-o | \-\-print\-file\-name "\|]" .RB "[\|" \-n | \-\-numeric\-sort "\|]" @@ -82,6 +83,14 @@ Besides removing any initial underscore prepended by the system, this makes C++ function names readable. .TP +.B \-D +.TP +.B \-\-dynamic +Display the dynamic symbols rather than the normal symbols. This is +only meaningful for dynamic objects, such as certain types of shared +libraries. + +.TP .B "\-f \fIformat" Use the output format \fIformat\fP, which can be ``bsd'', ``sysv'', or ``posix''. The default is `bsd''. |