Home
last modified time | relevance | path

Searched refs:SHF_TLS (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsections.c447 { SHF_TLS, ALL, MSG_SHF_TLS_CF }, in conv_sec_flags_strings()
463 { SHF_TLS, ALL, MSG_SHF_TLS_NF }, in conv_sec_flags_strings()
H A Dsections.msg232 @ MSG_SHF_TLS_CF "SHF_TLS" # 0x400
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dplace.c818 if (shflags & SHF_TLS) in ld_place_section()
1126 if ((shflags & SHF_TLS) && shdr->sh_size && in ld_place_section()
1320 if ((shflags & SHF_TLS) && shdr->sh_size && in ld_place_section()
H A Doutfile.c341 (osp->os_shdr->sh_flags & SHF_TLS) && in create_outsec()
622 (isp->is_shdr->sh_flags & SHF_TLS)) { in ld_create_outfile()
H A Dsyms.c1300 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) { in ld_sym_validate()
2263 ((isp->is_shdr->sh_flags & SHF_TLS) == 0)) { in ld_sym_process()
H A Dmachrel.intel.c858 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS) in ld_do_activerelocs()
H A Dmachrel.amd.c863 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS) in ld_do_activerelocs()
H A Dfiles.c1571 if (shdr->sh_flags & SHF_TLS) { in process_progbits()
1621 if (shdr->sh_flags & SHF_TLS) in process_nobits()
H A Dmachrel.sparc.c1154 if (sdp->sd_isc->is_shdr->sh_flags & SHF_TLS) in ld_do_activerelocs()
H A Dsections.c769 shdr->sh_flags |= SHF_TLS; in ld_make_bss()
H A Dlibld.msg486 in a non-SHF_TLS section"
/titanic_50/usr/src/uts/common/sys/
H A Delf.h480 #define SHF_TLS 0x400 macro
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg98 defined in a SHF_TLS section\n"
100 defined in a non-SHF_TLS section\n"
H A Delfdump.c1228 ((tshdr->sh_flags & SHF_TLS) == 0)) { in output_symbol()
1235 tshdr && (tshdr->sh_flags & SHF_TLS)) { in output_symbol()
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README481 4510264 sections with SHF_TLS can come in different orders...