This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Question about what BFD can access
Search for _memory in the bfd header files, I think.
I did some looking through the BFD sources earlier and found
the references to bfd_elf_bfd_from_remote_memory. But, I couldn't
figure out where/how it was defined. Very twisty maze, BFD is. :-)
There seems, on looking for '_memory' in the headers, to be a
bfd_in_memory struct. Not clear where it's used, or how to get
one set-up, tho. I assume the keep_memory member of the
structure in the aout space isn't relevant?
Thanks for all your help. I'll keep digging. :-)
- Chris