| nm \- name list (symbol table) |
| prints the name list of each executable or object |
| the name list of each file in the archive is printed. |
| If more than one file is given in the argument list, |
| the name of each file is printed at the beginning of each line. |
| Each symbol name is preceded by its hexadecimal |
| value (blanks if undefined) |
| static text segment symbol |
| leaf function text segment symbol |
| static leaf function text segment symbol |
| static data segment symbol |
| static bss segment symbol |
| automatic (local) variable symbol |
| function parameter symbol |
| source file name components |
| The output is sorted alphabetically. |
| Print all symbols; normally only user-defined text, data, |
| and bss segment symbols are printed. |
| Do not print file name headers with output lines. |
| Sort according to the address of the symbols. |
| Don't sort; print in symbol-table order. |
| Print only undefined symbols. |
| .B /usr/local/plan9/src/cmd/nm.c |