I've spent a bunch of time during the years sorting out how to manage symobls in various scenarios. I'll keep posting about updates, but consolidating things here seems like a good thing.
--dynamic
to see all symbols, not just those from the symbol table.--sort-size
to have them sorted by size, and then | tail
to see the largest functions/variables.llvm-objdump --disassemble-symbols=myFunctionMangled --line-numbers library.so