This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: Question about what BFD can access


On Thu, Jul 27, 2006 at 05:43:36PM -0400, Chris Ross wrote:
> But, as I'm doing it on the same system, I'm not 100% sure it's not just
> magically finding the executable file somehow.

It is.  You can pull the dynamic symbol table out of memory mapped BFDs
(and BFD supports such now), but the static symbol table you need to
look around on disk usually.

Search for _memory in the bfd header files, I think.

-- 
Daniel Jacobowitz
CodeSourcery


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