How to get Linux and Android Shared objects (.so) function names.

On Linux or Android you can open a console and enter
nm -D /path/to/my/library.so

This will show you the functions that this shared object (.so are the .dll Dll equivalent in the Linux world.) offers.