nm

List symbols from object files (POSIX)

Syntax:

nm_variant [options] [objfile…]

Runs on:

QNX Neutrino, Linux, Microsoft Windows

Options:

The nm_variant depends on the target platform, as follows:

Target platform: nm_variant:
ARM ntoarm-nm
MIPS ntomips-nm
PowerPC ntoppc-nm
SH4 ntosh-nm
x86 ntox86-nm

Description:

The nm utility lists the symbols from the specified object files. If no object files are listed as arguments, nm assumes a.out. For detailed documentation, see the GNU website at http://www.gnu.org/.

Contributing author:

GNU