Results 1 to 2 of 2
Hi All,
Say, i have librayr file or shared object file. I need to know, required function's definition is present in the .a file/.so file. Is it possible?
If possible, ...
- 05-27-2009 #1Just Joined!
- Join Date
- Mar 2009
- Location
- Bangalore
- Posts
- 2
How to know definition is present or not?
Hi All,
Say, i have librayr file or shared object file. I need to know, required function's definition is present in the .a file/.so file. Is it possible?
If possible, how to?
It is like, GetProcAddress() in Windows.
Please anybody help me.
- 05-27-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You can use the nm command to list the functions and symbols in a library or object file.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote