NM(1)NM(1)
NAME
nm – name list (symbol table)
SYNOPSIS
DESCRIPTION
Each symbol name is preceded by its hexadecimal value (blanks if undefined) and one of the letters
undefined symbol
text segment symbol
static text segment symbol
leaf function text segment symbol
static leaf function text segment symbol
data segment symbol
static data segment symbol
bss segment symbol
static bss segment symbol
automatic (local) variable symbol
function parameter symbol
source file name
source file line offset
source file name components
The output is sorted alphabetically.
Options are:
Print all symbols; normally only user-defined text, data, and bss segment symbols are printed.
Print only global
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.
Prefix each line with the symbol’s type signature.
Print only undefined symbols.