Home
last modified time | relevance | path

Searched refs:RTLD_GROUP (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c37 #ifndef RTLD_GROUP
38 #define RTLD_GROUP 0 macro
56 svc->so_handle = dlopen(path, RTLD_LAZY|RTLD_LOCAL|RTLD_GROUP); in psm_open()
/illumos-gate/usr/src/head/
H A Ddlfcn.h150 #define RTLD_GROUP 0x00400 /* resolve symbols within */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg30 @ MSG_RTLD_GROUP "RTLD_GROUP"
H A Ddl.c67 { RTLD_GROUP, MSG_RTLD_GROUP }, in conv_dl_mode()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c106 #ifdef RTLD_GROUP in krb5int_open_plugin()
107 #define PLUGIN_DLOPEN_FLAGS (RTLD_NOW | RTLD_LOCAL | RTLD_GROUP) in krb5int_open_plugin()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2186 nmode |= RTLD_GROUP; in load_finish()
3270 if (((mode & (RTLD_GROUP | RTLD_WORLD)) == RTLD_GROUP) && in lookup_sym()
H A Delf.c880 mode = MODE(ilmp) | RTLD_GROUP;
1517 ((MODE(slp->sl_cmap) & (RTLD_GROUP | RTLD_WORLD)) == RTLD_GROUP) &&
H A Ddlfcns.c656 if (((mode & (RTLD_GROUP | RTLD_WORLD)) == 0) && in dlmopen_core()
658 mode |= (RTLD_GROUP | RTLD_WORLD); in dlmopen_core()
H A Dutil.c3499 if (((MODE(clmp) & RTLD_GROUP) == 0) || in callable()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c134 { MSG_ORIG(MSG_MODE_GROUP), RTLD_GROUP, RTLD_GROUP },
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README662 4790194 dlopen(..., RTLD_GROUP) has an odd interaction with interposition
1508 6778453 RTLD_GROUP prevents use of application defined malloc
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3526 handle = dlopen(modname, RTLD_NOW | RTLD_GROUP); in pkinit_C_LoadModule()