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

Re: [rfa] Add bfd_runtime


Andrew Cagney <cagney@gnu.org> writes:

> Let me see if I've got this:
> 
> objfile - iterate over sections
> corefile - iterate over segments
> archive - ???

archive - iterate over objfiles

> So how would you solve this problem?  Given a memory access method and
> a starting offset, construct a bfd containing a list of sections
> constructed using both the segment and section information in the
> inferior?

I would write a new BFD target vector; e.g., elf32-i386-runtime.

Ian


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