NM (I) 3/15/72 NM (I) NAME nm -- print name list SYNOPSIS nm [ name ] DESCRIPTION nm prints the symbol table from the output file of an assembler or loader run. Each symbol name is preceded by its value (blanks if undefined) and one of the letters "U" (undefined) "A" (abso- lute) "T" (text segment symbol), "D" (data seg- ment symbol), or "B" (bss segment symbol). Glo- bal symbols have their first character under- lined. The output is sorted alphabetically. If no file is given, the symbols in a.out are listed. FILES a.out SEE ALSO as(I), ld(I) DIAGNOSTICS "?" BUGS --