Home
last modified time | relevance | path

Searched refs:RT_FL2_BINDLAZY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c1505 val = RT_FL2_BINDLAZY; in ld_generic_env()
2449 if ((rtld_flags2 & (RT_FL2_BINDNOW | RT_FL2_BINDLAZY)) == in procenv_user()
2450 (RT_FL2_BINDNOW | RT_FL2_BINDLAZY)) in procenv_user()
2451 rtld_flags2 &= ~RT_FL2_BINDLAZY; in procenv_user()
H A D_rtld.h323 #define RT_FL2_BINDLAZY 0x00000200 /* disable RTLD_NOW (and LD_BIND_NOW) */ macro
H A Delf.c1977 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {
1987 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {
2007 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {
H A Ddlfcns.c659 if ((mode & RTLD_NOW) && (rtld_flags2 & RT_FL2_BINDLAZY)) { in dlmopen_core()