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]

query : call to bfd_openr ( )


Hi everyone,
Is it possible to call the bfd_openr(NULL,...) with its first parameter as NULL.

What if in the constructor of a Preloadable library (using LD_PRELOAD)
I want to convert the current file into bfd format. If i use the
bfd_openr( ) that would require an access to the disk, to read the
file, I want to avoid this disk access and want to convert the
executable into a bfd format.
Is that possible ?

--
Regards,
Sandeep





A man with one watch knows what time it is; a man with two watches is
never quite sure.


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