Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all, I am new to qnx programming. I would like to read the symbol information i.e., type, address and value for a given symbol using the libbfd.a If the ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    3

    Reading the symbols using LIB BFD

    Hi all,
    I am new to qnx programming.
    I would like to read the symbol information i.e., type, address and value for a given symbol using the libbfd.a
    If the symbol is a structure, I would like to read the information of all its members.
    I would like to know if anyone has any information or sample code on how to achieve this.

    Thanks,
    Sushma

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    Try man objdump...Gerard4143

    i.e. objdump -D filename>fileresults will produce a file fileresults with symbol information..
    Make mine Arch Linux

Posting Permissions

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