Searched defs:SHF_TLS (Results 1 – 13 of 13) sorted by relevance
395 enum SHF_TLS = 0x400; variable
391 enum SHF_TLS = (1 << 10); variable
273 enum SHF_TLS = (1 << 10); variable
267 enum SHF_TLS = (1 << 10); variable
570 #define SHF_TLS (1 << 10) /* Thread local storage section */ macro
573 #define SHF_TLS (1 << 10) /* Thread local storage section */ macro
475 #define SHF_TLS 0x00000400 /* Holds thread-local data */ macro
477 #define SHF_TLS 0x00000400 /* Holds thread-local data */ macro
569 #define SHF_TLS 0x00000400 /* Holds thread-local data */ macro
1007 SHF_TLS = 0x400U, enumerator
317 enum SHF_TLS = (1 << 10); variable