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 ...
- 03-26-2009 #1Just 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
- 03-26-2009 #2
Try man objdump...Gerard4143
i.e. objdump -D filename>fileresults will produce a file fileresults with symbol information..Make mine Arch Linux


Reply With Quote