nm Command Examples

List symbol names in object files. More information: https://manned.org/nm.

nm {{[-g|--extern-only]}} {{path/to/file.o}}

nm {{[-u|--undefined-only]}} {{path/to/file.o}}

nm {{[-a|--debug-syms]}} {{path/to/file.o}}

nm {{[-C|--demangle]}} {{path/to/file.o}}