HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
n
nm(1) nm(1)
ST_NMCAT and NLSPATH determine the location of message catalogues for processing LC_MESSAGES .
If an internationalization variable is not specified or is null, it defaults to the value of LANG.
If LANG is not specified or is null, it defaults to C (see lang(5)).
If any internationalization variable contains an invalid setting, then all internationalization variables
default to C (see environ(5)).
International Code Set Support
Single-byte character code sets are supported.
EXAMPLES
Display which object files have undefined references for the symbol leap:
nm -rup *.o | grep leap
Display which object files have a definition for the text symbol leap:
nm -rp *.o | awk ’{ if ($3 == "T" && $4 == "leap") { print $0 } }’
WARNINGS
By default, nm now sorts symbols by name (the
-n option). To turn off sorting, use the -N option.
Some options added for standards conformance duplicate the functionality of options that previously
existed. This duplication has been retained for backward compatibility.
SEE ALSO
System Tools
cc_bundled(1) HP-UX C compiler
ld(1) Link editor
Miscellaneous
crt0(3) Execution startup routine
end(3C) Symbol of the last locations in program
STANDARDS CONFORMANCE
nm: SVID2, SVID3, XPG2, XPG3, XPG4
Section 1620 4 HP-UX Release 11i: December 2000
___
___