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

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

Completed in 288 milliseconds