Home
last modified time | relevance | path

Searched refs:DF_STATIC_TLS (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c141 { DF_STATIC_TLS, MSG_DF_STATIC_TLS_CF }, in conv_dyn_flag_strings()
149 { DF_STATIC_TLS, MSG_DF_STATIC_TLS_CFNP }, in conv_dyn_flag_strings()
157 { DF_STATIC_TLS, MSG_DF_STATIC_TLS_NF }, in conv_dyn_flag_strings()
H A Ddynamic.msg299 @ MSG_DF_STATIC_TLS_CF "DF_STATIC_TLS" # 0x00000010
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h253 #define DF_STATIC_TLS 0x00000010 /* obj. contains static TLS refs */ macro
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1318 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
H A Dmachrel.intel.c1293 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
H A Dmachrel.sparc.c1722 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c2021 if (dyn->d_un.d_val & DF_STATIC_TLS) {