This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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]

exposing ebl from dwfl


Hi,

I have a small exploratory project that uses elfutils.  I'm using 
libdwfl and libasm.

libasm needs Ebl handle to do disassembly.  So if my binary wants to use 
libasm, I need to link in libebl.a.  libebl opens the right backend via 
dlopen, so in addition to that, I also need to set up the right RUNPATH 
on my binary.

That's fine, but I noticed that libdwfl already obtains Ebl for certain 
operations, and already has the right RUNPATH set up.  So would it make 
a sense to expose the Ebl handle via some libdwfl API function?

Thanks,
PM

Attachment: signature.asc
Description: PGP signature


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