5 \fBnm\fR [\fB\-dgnopru\fR]\fR [\fIfile\fR] ...\fR
20 # Print the offsets in decimal instead of in hex
23 # Print only external symbols
26 # Sort numerically rather than alphabetically
29 # Prepend file name to each line rather than only once
32 # Do not sort, print in symbol-table order
35 # Sort in reverse order
38 # Print only undefined symbols
42 # Print all symbols in numerical order
45 # Print globals alphabetically in decimal
48 \fINm\fR prints the symbol table of executable files when it is available.
49 If no file is given, the symbols in \fIa.out\fR are used.
50 The format of the table
51 is somewhat compatible with the one produced by \fIasld\fR when used with
52 the \fB\-s\fR option. The symbol table can be added with \fIast\fR.
53 Assembly language files do not have symbol tables.