Searched refs:SHF_TLS (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c447 { SHF_TLS, ALL, MSG_SHF_TLS_CF },
463 { SHF_TLS, ALL, MSG_SHF_TLS_NF },
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c341 (osp->os_shdr->sh_flags & SHF_TLS) &&
622 (isp->is_shdr->sh_flags & SHF_TLS)) {
H A Dplace.c815 * Always assign SHF_TLS sections to the DATA segment (and then the
818 if (shflags & SHF_TLS)
1126 if ((shflags & SHF_TLS) && shdr->sh_size &&
1320 if ((shflags & SHF_TLS) && shdr->sh_size &&
H A Dfiles.c1571 if (shdr->sh_flags & SHF_TLS) {
1621 if (shdr->sh_flags & SHF_TLS)
H A Dsyms.c1300 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) {
2263 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) {
H A Dmachrel.amd.c863 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS)
H A Dmachrel.intel.c858 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS)
H A Dmachrel.sparc.c1154 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS)
H A Dsections.c769 shdr->sh_flags |= SHF_TLS;
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h480 #define SHF_TLS 0x400 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h474 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1235 ((tshdr->sh_flags & SHF_TLS) == 0)) {
1242 tshdr && (tshdr->sh_flags & SHF_TLS)) {

Completed in 353 milliseconds