Nico Williams <nico at cryptonector.com> writes: > The issue is interposers on the global link map. Wouldn't you want to pick up the symbols from the interposers anyway, for the sake of consistency? > What you want is to use RTLD_GROUP (Solaris) or RTLD_DEEPBIND (Linux) > if either is available. Do you mean something lik dlopen(NULL, RTLD_GROUP)?