Searched refs:RTLD_FIRST (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | getuid.c | 54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
|
/titanic_41/usr/src/head/ |
H A D | dlfcn.h | 155 #define RTLD_FIRST 0x02000 /* only first object is */ macro
|
/titanic_41/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 122 (RTLD_FIRST | RTLD_CONFGEN | RTLD_LAZY))) == 0) { in openlib()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.msg | 34 @ MSG_RTLD_FIRST "RTLD_FIRST"
|
H A D | dl.c | 70 { RTLD_FIRST, MSG_RTLD_FIRST }, in conv_dl_mode()
|
/titanic_41/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 342 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL) in rp_plugin_init()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 74 if ((handle = dlopen(obj, (RTLD_LAZY | RTLD_FIRST))) == NULL) { in ld_sup_loadso()
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | plugin.c | 124 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL) { in proto_plugin_init()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | envvar.c | 725 if ((h = dlopen(0, RTLD_FIRST | RTLD_LAZY)) != NULL) { in umem_setup_envvars()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 682 if (mode & RTLD_FIRST) in dlmopen_core() 751 if ((palp->al_arritems > 1) && ((mode & RTLD_FIRST) == 0)) { in dlmopen_core()
|
H A D | rtld.msg | 49 requires RTLD_FIRST"
|
H A D | analyze.c | 922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); in update_mode() 2253 if (nmode & RTLD_FIRST) in load_finish()
|
H A D | audit.c | 1426 (RTLD_FIRST | RTLD_GLOBAL | RTLD_WORLD), clmp, in audit_setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 137 { MSG_ORIG(MSG_MODE_FIRST), RTLD_FIRST, RTLD_FIRST },
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 1541 if ((hdl = dlopen(path, RTLD_LAZY|RTLD_FIRST)) == NULL) in load_module_dlopen()
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 642 PSARC/2002/478 New dlopen(3dl) flag - RTLD_FIRST
|