Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You can use
nm -Ca /lib/mylib.so.1
man nm for full
But I doubt you will find the parameters of the functions. You would need to inspect the asm code and look at how the stack moves. It would tell you the size of the parameters, not the type which has no meaning in an object file
Hi thanks for ur reply.
But through the commands i could get only the method names not the return type
Could anyone help me on getting the return type of method inside library
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.