Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_linux_programming thread: How to list the contents of a shared object ?


Message #1 by "Rodrigo J. E. Aliotti" <aliotti@t...> on Wed, 2 Jan 2002 23:24:31
Rodrigo,
Look up the man page for the "nm" command and how to use it.  The "nm" command is suppose
to allow you to see which functions are included in things like object files, executable
files, and libraries.

Good luck!

"Rodrigo J. E. Aliotti" wrote:

> How to know the contents of a shared object - objects, methods, functions
> and procedures in a file by Example: libmemusage.so ?
>

--
Paul A. Valente
The MITRE Corp.
202 Burlington Rd, M/S 1618B
Bedford, MA 01730-1420
Office:  xxx.xxx.xxxx
Fax:  xxx.xxx.xxxx




  Return to Index