This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Retreiving dynamic links through BFD


I'm trying to find a way to list the library dependancies of an 
executable.  Unfortunetly this information seems to be only located in 
the private-headers section (viewable through objdump -p).  elf.c defines 
the list of them through DT_NEEDED, and peicode.h shows the list of dll's 
using bfd_get_32 calls.  Is there any abstraction layer that will provide 
this information?

Tks,
Jeff Bailey

-- 
I'm not a vegetarian because I love animals, I'm a vegetarian
because I hate plants.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]