Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1478 PT_TLS = 7, // The thread-local storage template. enumerator
/freebsd/sys/sys/
H A Delf_common.h551 #define PT_TLS 7 /* Thread local storage segment */ macro