Find the answer to your Linux question:
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, ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Location
    Bangalore
    Posts
    2

    Question 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...