List of Function in C object file.

E

eyal.rif

Hi,

I am trying to find a specific function in an object file (.a,.o,.so).

how can i list the function names in C object files (.o,.so files)?

Regards,
Eyal
 
C

Cong Wang

Hi,

I am trying to find a specific function in an object file (.a,.o,.so).

how can i list the function names in C object files (.o,.so files)?

Regards,
Eyal

Try the useful tool on Linux--objdump! It can display the info you
need in the object files.More info about it is in the man pages!
 
S

surfer dude

While wandering through cyberspace on 4 Sep 2005 04:10:51 -0700, said
....
Hi,

I am trying to find a specific function in an object file (.a,.o,.so).

how can i list the function names in C object files (.o,.so files)?

Regards,
Eyal


The "nm" command, available on all UNIX variations, can list all the
entries in the symbol table of an object file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top