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]

Is there filter-like functionality in binutils?


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]