]> Git Repo - binutils.git/blobdiff - binutils/nm.1
* elf32-hppa.h (elf_hppa_final_processing): Delete decl.
[binutils.git] / binutils / nm.1
index b602d7bb60fae82fb5d2953061b8bd7f39d22207..aedabb4e27743a2b6bb60f1357ae9f782cf4234b 100644 (file)
@@ -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 "\|]" 
@@ -81,6 +82,14 @@ Decode (\fIdemangle\fP) low-level symbol names into user-level names.
 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'',
This page took 0.021129 seconds and 4 git commands to generate.