Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dreadelf.h514 #define DF_STATIC_TLS 0x00000010 /* */ macro
/freebsd/sys/sys/
H A Delf_common.h764 #define DF_STATIC_TLS 0x0010 /* Indicates that the shared object or macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1559 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h74 _ELF_DEFINE_DF(DF_STATIC_TLS, 0x10, \
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1380 dtFlags |= DF_STATIC_TLS; in computeContents()
/freebsd/libexec/rtld-elf/
H A Drtld.c1504 if (dynp->d_un.d_val & DF_STATIC_TLS) in digest_dynamic1()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2915 { DF_STATIC_TLS, "STATIC_TLS" },