Home
last modified time | relevance | path

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

/illumos-gate/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.msg305 @ MSG_DF_STATIC_TLS_CF "DF_STATIC_TLS" # 0x00000010
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h256 #define DF_STATIC_TLS 0x00000010 /* obj. contains static TLS refs */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h707 #define DF_STATIC_TLS 0x0010 /* Indicates that the shared object or macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1345 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
H A Dmachrel.intel.c1335 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
H A Dmachrel.sparc.c1756 ofl->ofl_dtflags |= DF_STATIC_TLS; in ld_reloc_TLS()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1995 if (dyn->d_un.d_val & DF_STATIC_TLS) {