-a
display all symbols including debugger only symbols-A
precede each symbol by the name of file-D
display dynamic symbols-C
demangle low-level symbol name-u
display only undefined symbol-l
try to list filename and line number-n
sort symbols numerically by their addresses
Output flags:
Uppercase
for global
symbols and lowercase
for local
symbol
T/t
symbol in text(code) sectionD/d
initialized data sectionB/b
bss data section that typically contains zero-initialized or uninitialized dataC/c
common symbol that is uninitialized dataU
undefined symbolN
debuggin symboln
symbol in read-only sectionR/r
symbol in read-only section?