Home
last modified time | relevance | path

Searched refs:RT_FL2_BRANDED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c222 rtld_flags2 |= RT_FL2_BRANDED; in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c224 rtld_flags2 |= RT_FL2_BRANDED; in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c226 rtld_flags2 |= RT_FL2_BRANDED; in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c295 rtld_flags2 |= RT_FL2_BRANDED; in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h325 #define RT_FL2_BRANDED 0x00000800 /* process is branded */ macro
H A Dutil.c2290 if (rtld_flags2 & RT_FL2_BRANDED) { in ld_str_env()