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: Initializing a bfd* without using openr_bfd (nor _bfd_new_bfd()) ?


Hi Emmanuel,

I am struggling with libbfd trying to allocate a fresh bfd* structure,
yet without using openr_bfd, openw_bfd (nor _bfd_new_bfd as it is a
private function).

Is there a simple way to call _bfd_new_bfd() without having to
reimplement it ?

Have you tried using bfd_create() ?


Or bfd_openr_iovec() ?

Cheers
  Nick



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