Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/file/src/
H A Dreadelf.h514 #define DF_STATIC_TLS 0x00000010 /* */ macro
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h684 #define DF_STATIC_TLS (1 << 4) macro
H A DChangeLog-910331 * common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h1254 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h744 #define DF_STATIC_TLS 0x0010 /* Indicates that the shared object or macro
/freebsd-12.1/contrib/binutils/bfd/
H A Delf64-alpha.c1868 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()
H A Delf64-s390.c1097 info->flags |= DF_STATIC_TLS;
1172 info->flags |= DF_STATIC_TLS;
H A Delf32-s390.c1134 info->flags |= DF_STATIC_TLS;
1208 info->flags |= DF_STATIC_TLS;
H A Delf32-i386.c1005 info->flags |= DF_STATIC_TLS; in elf_i386_check_relocs()
1120 info->flags |= DF_STATIC_TLS; in elf_i386_check_relocs()
H A Delfxx-ia64.c2842 info->flags |= DF_STATIC_TLS;
3011 info->flags |= DF_STATIC_TLS;
3017 info->flags |= DF_STATIC_TLS;
H A Delf32-ppc.c3212 info->flags |= DF_STATIC_TLS; in ppc_elf_check_relocs()
3474 info->flags |= DF_STATIC_TLS; in ppc_elf_check_relocs()
H A Delf64-x86-64.c809 info->flags |= DF_STATIC_TLS; in elf64_x86_64_check_relocs()
H A Delf64-ppc.c4598 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()
H A Delfxx-sparc.c1171 info->flags |= DF_STATIC_TLS; in _bfd_sparc_elf_check_relocs()
H A DChangeLog-02033567 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
6432 DF_STATIC_TLS if shared.
8800 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
H A Delflink.c5972 if ((info->new_dtags && info->flags) || (info->flags & DF_STATIC_TLS)) in bfd_elf_size_dynamic_sections()
H A Delfxx-mips.c6578 info->flags |= DF_STATIC_TLS; in _bfd_mips_elf_check_relocs()
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h74 _ELF_DEFINE_DF(DF_STATIC_TLS, 0x10, \
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1300 DtFlags |= DF_STATIC_TLS; in finalizeContents()
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-02031685 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
H A Dreadelf.c5816 case DF_STATIC_TLS: fputs ("STATIC_TLS", stdout); break; in print_dynamic_flags()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c1255 if (dynp->d_un.d_val & DF_STATIC_TLS) in digest_dynamic1()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c2843 { DF_STATIC_TLS, "STATIC_TLS" },