man(1) Manual page archive

nm(1) - Unix First Edition Manual Page
11/3/71NM (I)

NAME nm -- get name list
SYNOPSIS nm [ name ]
DESCRIPTION nm prints the symbol table from the output file of anassembler or loader run. Only relocatable, global, and


undefined symbols-- not absolute-- are given. Each definedsymbol is preceded by its value; each undefined symbol by blanks. Global symbols have their first characterunderlined. The output is sorted alphabetically.


If no file is given, the symbols in a.out are listed.
FILES a.out
SEE_ALSO as, ld

DIAGNOSTICS` "?"

BUGS
OWNER dmr, ken