if I have a library, e.g. libstdc++.so, there should be a simple Linux command
to list the contents (i.e. functions) in that library, but I cannot find it.
I found nm but that says "no symbols" and ar isn't right either.
Google was not very cooperative.

I am sure there is a simple answer.