Is it possible to distinguish whether a symbol reported by nm
is a function symbol or a variable symbol?
For example, if nm
reports that there is an undefined symbol
U the_undefined_symbol
How can I know whether the_undefined_symbol is an undefined function or an undefined variable?