For .so I use nm -gC, for .a I use just nm. What should I use for .la?
.so
nm -gC
.a
nm
.la
.la files are only auxiliary files used by libtool, so they contain no executable code and no symbols.
libtool