Research V3 development
[unix-history] / man / man1 / nm.1
CommitLineData
6d5d7322
DR
1.pa 1
2.he 'NM (I)'3/15/72'NM (I)'
3.ti 0
4NAME nm -- print name list
5.sp
6.ti 0
7SYNOPSIS nm\b\b__ [ name ]
8.sp
9.ti 0
10DESCRIPTION nm\b\b__
11prints the symbol table from the output file of an
12assembler or loader run.
13Each symbol name is preceded by its value (blanks if undefined)
14and one of the letters "U" (undefined) "A" (absolute) "T"
15(text segment symbol),
16"D" (data segment symbol), or "B"
17(bss segment symbol).
18Global symbols have their first character underlined.
19The output is sorted alphabetically.
20.sp
21If no file is given, the symbols in a.out\b\b\b\b\b_____ are listed.
22.sp
23.ti 0
24FILES a.out
25.sp
26.ti 0
27SEE ALSO as(I), ld(I)
28.sp
29.ti 0
30DIAGNOSTICS "?"
31.sp
32.ti 0
33BUGS --