nm
QNX SDP8.0Utilities ReferenceUtilities
List symbols from object files (POSIX)
Syntax:
nm_variant [options] [objfile…]
where nm_variant depends on the target platform, as follows:
Target platform | nm_variant |
---|---|
AArch64 | ntoaarch64-nm |
x86 64-bit | ntox86_64-nm |
Runs on:
Linux, Microsoft Windows
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 more information, see the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.
Contributing author:
GNU
Page updated: