Lookup symbols from compile objects

This is a good debugging tool when solving linking issues.
I use it as so

nm -gCl libMine.so

or

nm -gCl MyProgram

For more information and features, consult the man pages.

man nm

An alternative tool is the readelf program. Obviously by its name, it only reads the elf format.