NAME
nm – name list (symbol table) |
SYNOPSIS
nm [ –aghnsTu ] file ... |
DESCRIPTION
Nm prints the name list of each executable or object file in the
argument list. If the file is an archive (see ar(1)), the name
list of each file in the archive is printed. If more than one
file is given in the argument list, the name of each file is printed
at the beginning of each line.
Each symbol name is preceded by its hexadecimal value (blanks
if undefined) and one of the letters The output is sorted alphabetically.
Options are: |
SOURCE
/sys/src/cmd/nm.c |
SEE ALSO
ar(1), 8l(1), db(1), acid(1), a.out(6) |