arm-gp2x-linux-nm (1) Linux Manual Page
nm – list symbols from object files Synopsisnm [-a|–debug-syms] [-g|–extern-only] [-B] [-C|–demangle[=style]] [-D|–dynamic] [-S|–print-size] [-s|–print-armap] [-A|-o|–print-file-name][–special-syms] [-n|-v|–numeric-sort] [-p|–no-sort] [-r|–reverse-sort] [–size-sort] [-u|–undefined-only] [-t radix|–radix=radix] [-P|–portability] [–target=bfdname] [-fformat|–format=format] [–defined-only] [-l|–line-numbers] [–no-demangle] [-V|–version] [-X 32_64] [–help] [objfile…] DescriptionGNU nm lists the symbols from object files objfile…. If no object files are listed as arguments, nm assumes the file a.out. For each symbol, nm shows: * The symbol value, in the radix selected…
