Home
last modified time | relevance | path

Searched refs:RT_FL2_BINDNOW (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c812 rtld_flags2 &= ~RT_FL2_BINDNOW; in setup()
816 if (rtld_flags2 & RT_FL2_BINDNOW) in setup()
H A D_rtld.h322 #define RT_FL2_BINDNOW 0x00000100 /* LD_BIND_NOW in effect */ macro
H A Dutil.c1510 val = RT_FL2_BINDNOW; 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()