How to check what symbols are defined in a .o files? .a files? and.so files in linux?

Y

yinglcs

Hi,

How to check what symbols are defined in a .o files? .a files? and .so
files in linux? Is there any command to display symbols (e.g. method
names, class names)?

Thank you.
 
A

AnonMail2005

How to check what symbols are defined in a .o files? .a files? and .so
files in linux? Is there any command to display symbols (e.g. method
names, class names)?
check out the man page for the nm command.

HTH
 
M

Maxim Yegorushkin

You may like to post such questions to comp.unix.programmer as this
question is not C++ specific.
How to check what symbols are defined in a .o files? .a files?

For .o and .a lookup man nm.
and .so
files in linux? Is there any command to display symbols (e.g. method
names, class names)?

For .so lookup man readelf.
 

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,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top