HP-UX Linker and Libraries User's Guide
-rPrefix each output line with the name of the object file or archive file. Equivalent to
-A.
-sPrint the section index instead of the section name (ELF only).
-t formatDisplay each numeric value in the specified format. The format can be one of:
d
Display the value and size of a symbol in decimal. This is the default for the default
format or the -p format. Equivalent to -d.
o
Display the value and size of a symbol in octal. Equivalent to
-o.
x
Display the value and size of a symbol in hexadecimal. This is the default for the -P
format. Equivalent to -x.
-uDisplay undefined symbols only.
-UPrint the usage menu.
-vSort symbols by value before they are printed.
-VDisplay the executing version of the nm command on standard error.
-xDisplays the value and size of a symbol in hexadecimal. this is the default for the -P
format. Equivalent to -t x.
Viewing Symbols in an Object file with nm(1) 57