Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c186 ((rtld_flags2 & RT_FL2_NOPLM) != 0)) { in tls_assign()
H A Dsetup.c1121 rtld_flags2 |= RT_FL2_NOPLM; in setup()
1132 if ((rtld_flags2 & RT_FL2_NOPLM) == 0) { in setup()
H A D_rtld.h326 #define RT_FL2_NOPLM 0x00001000 /* process has no primary link map */ macro
H A Dutil.c1006 (rtld_flags2 & (RT_FL2_PLMSETUP | RT_FL2_NOPLM)))) { in load_completion()
1028 (rtld_flags2 & (RT_FL2_PLMSETUP | RT_FL2_NOPLM)))) { in load_completion()