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: Is there filter-like functionality in binutils?


On Tue, Oct 15, 2013 at 5:40 PM, Nico Williams <nico@cryptonector.com> wrote:
> An ELF filter is a shared object that can "filter" another object (the
> filtee).  It's mostly useful for three purposes: providing stubs for
> symbols whose implementations have moved from one object to another,
> providing stubs for possibly-not-installed functionality, and
> interposition on specific objects/symbols (and without having to use
> LD_PRELOAD).
>
> Is there any such functionality in binutils/gold/rtld?

Essentially no support is required in binutils/gold.  All the
interesting code is in the dynamic linker.  You sent this to the
binutils list; the binutils do not include a dynamic linker.

The glibc dynamic linker does support filters.

Ian


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