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?


Ld and rtld should support filter and auxiliary filter objects. But I
don't know who are using this features.

On 10/16/13 08:40 , "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?
>
>Nico
>--


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