Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/file/src/
HDreadelf.h545 #define DF_STATIC_TLS 0x00000010 /* */ macro
/freebsd-13-stable/sys/sys/
HDelf_common.h763 #define DF_STATIC_TLS 0x0010 /* Indicates that the shared object or macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1559 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h74 _ELF_DEFINE_DF(DF_STATIC_TLS, 0x10, \
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp1380 dtFlags |= DF_STATIC_TLS; in computeContents()
/freebsd-13-stable/libexec/rtld-elf/
HDrtld.c1531 if (dynp->d_un.d_val & DF_STATIC_TLS) in digest_dynamic1()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c2915 { DF_STATIC_TLS, "STATIC_TLS" },