Home
last modified time | relevance | path

Searched defs:DF_STATIC_TLS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h1122 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically. enumerator
/external/elfutils/src/libelf/
Delf.h786 #define DF_STATIC_TLS 0x00000010 /* Module uses the static TLS model */ macro