Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DELF.h1233 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1233 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1263 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1290 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h674 #define DF_STATIC_TLS 0x00000010 macro
/external/kmod/port-gnu/
Delf.h811 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */ macro
/external/elfutils/libelf/
Delf.h963 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */ macro
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1375 dtFlags |= DF_STATIC_TLS; in finalizeContents()
/external/elfutils/src/
Dreadelf.c1685 { DF_STATIC_TLS, "STATIC_TLS" }