Nicolas Williams wrote: > On Wed, Jun 03, 2009 at 12:03:43PM -0600, Ali Bahrami wrote: >> I can't think of any facility in the Solaris ld that >> can do that as described. > > Couldn't one rename <symbol> to __wrap_<symbol> with a mapfile, mark it > NODIRECT, and replace its implementation with a filter? Plus > __real_<symbol> as a direct-bound filter? > > Nico
I don't believe that you can rename a symbol using a mapfile as things currently stand. - Ali