Home
last modified time | relevance | path

Searched refs:RTLD_FIRST (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c52 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) || in krb5_getuid()
/illumos-gate/usr/src/head/
H A Ddlfcn.h155 #define RTLD_FIRST 0x02000 /* only first object is */ macro
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c122 (RTLD_FIRST | RTLD_CONFGEN | RTLD_LAZY))) == 0) { in openlib()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg34 @ MSG_RTLD_FIRST "RTLD_FIRST"
H A Ddl.c70 { RTLD_FIRST, MSG_RTLD_FIRST }, in conv_dl_mode()
/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c346 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL) in rp_plugin_init()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c74 if ((handle = dlopen(obj, (RTLD_LAZY | RTLD_FIRST))) == NULL) { in ld_sup_loadso()
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c124 if ((dlhandle = dlopen(path, RTLD_FIRST|RTLD_LAZY)) == NULL) { in proto_plugin_init()
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c737 if ((h = dlopen(0, RTLD_FIRST | RTLD_LAZY)) != NULL) { in umem_setup_envvars()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c683 if (mode & RTLD_FIRST) in dlmopen_core()
752 if ((palp->al_arritems > 1) && ((mode & RTLD_FIRST) == 0)) { in dlmopen_core()
H A Drtld.msg50 requires RTLD_FIRST"
H A Danalyze.c921 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); in update_mode()
2243 if (nmode & RTLD_FIRST) in load_finish()
H A Daudit.c1426 (RTLD_FIRST | RTLD_GLOBAL | RTLD_WORLD), clmp, in audit_setup()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c137 { MSG_ORIG(MSG_MODE_FIRST), RTLD_FIRST, RTLD_FIRST },
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c487 if ((dlh = dlopen(0, RTLD_FIRST | RTLD_LAZY)) == NULL) { in override_locate_server()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1541 if ((hdl = dlopen(path, RTLD_LAZY|RTLD_FIRST)) == NULL) in load_module_dlopen()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README642 PSARC/2002/478 New dlopen(3dl) flag - RTLD_FIRST