Searched refs:RT_FL2_BINDLAZY (Results 1 – 4 of 4) sorted by relevance
1506 val = RT_FL2_BINDLAZY; in ld_generic_env()2450 if ((rtld_flags2 & (RT_FL2_BINDNOW | RT_FL2_BINDLAZY)) == in procenv_user()2451 (RT_FL2_BINDNOW | RT_FL2_BINDLAZY)) in procenv_user()2452 rtld_flags2 &= ~RT_FL2_BINDLAZY; in procenv_user()
323 #define RT_FL2_BINDLAZY 0x00000200 /* disable RTLD_NOW (and LD_BIND_NOW) */ macro
1977 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {1987 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {2007 ((rtld_flags2 & RT_FL2_BINDLAZY) == 0)) {
659 if ((mode & RTLD_NOW) && (rtld_flags2 & RT_FL2_BINDLAZY)) { in dlmopen_core()