Searched refs:DF_STATIC_TLS (Results 1 – 23 of 23) sorted by relevance
514 #define DF_STATIC_TLS 0x00000010 /* */ macro
684 #define DF_STATIC_TLS (1 << 4) macro
31 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
1254 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
744 #define DF_STATIC_TLS 0x0010 /* Indicates that the shared object or macro
1868 info->flags |= DF_STATIC_TLS; in elf64_alpha_check_relocs()1875 info->flags |= DF_STATIC_TLS; in elf64_alpha_check_relocs()3372 && (info->link_info->flags & DF_STATIC_TLS)) in elf64_alpha_relax_tls_get_addr()
1097 info->flags |= DF_STATIC_TLS;1172 info->flags |= DF_STATIC_TLS;
1134 info->flags |= DF_STATIC_TLS;1208 info->flags |= DF_STATIC_TLS;
1005 info->flags |= DF_STATIC_TLS; in elf_i386_check_relocs()1120 info->flags |= DF_STATIC_TLS; in elf_i386_check_relocs()
2842 info->flags |= DF_STATIC_TLS;3011 info->flags |= DF_STATIC_TLS;3017 info->flags |= DF_STATIC_TLS;
3212 info->flags |= DF_STATIC_TLS; in ppc_elf_check_relocs()3474 info->flags |= DF_STATIC_TLS; in ppc_elf_check_relocs()
809 info->flags |= DF_STATIC_TLS; in elf64_x86_64_check_relocs()
4598 info->flags |= DF_STATIC_TLS; in ppc64_elf_check_relocs()4764 info->flags |= DF_STATIC_TLS; in ppc64_elf_check_relocs()4840 info->flags |= DF_STATIC_TLS; in ppc64_elf_check_relocs()
1171 info->flags |= DF_STATIC_TLS; in _bfd_sparc_elf_check_relocs()
3567 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS6432 DF_STATIC_TLS if shared.8800 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
5972 if ((info->new_dtags && info->flags) || (info->flags & DF_STATIC_TLS)) in bfd_elf_size_dynamic_sections()
6578 info->flags |= DF_STATIC_TLS; in _bfd_mips_elf_check_relocs()
74 _ELF_DEFINE_DF(DF_STATIC_TLS, 0x10, \
1300 DtFlags |= DF_STATIC_TLS; in finalizeContents()
1685 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
5816 case DF_STATIC_TLS: fputs ("STATIC_TLS", stdout); break; in print_dynamic_flags()
1255 if (dynp->d_un.d_val & DF_STATIC_TLS) in digest_dynamic1()
2843 { DF_STATIC_TLS, "STATIC_TLS" },