How do I list the symbols in a .so file
Posted
by Moe
on Stack Overflow
See other posts from Stack Overflow
or by Moe
Published on 2008-08-29T16:57:47Z
Indexed on
2010/05/11
3:34 UTC
Read the original article
Hit count: 292
How do list the symbols being exported from a .so file. If possible, I'd also like to know their source (e.g. if they are pulled in from a static library).
I'm using gcc 4.0.2, if that makes a difference
© Stack Overflow or respective owner