Searched defs:SHF_TLS (Results 1 – 13 of 13) sorted by relevance
244 #define SHF_TLS 0x400 /* Section contains TLS data. */ macro
500 #define SHF_TLS 0x400 macro
744 SHF_TLS = 0x400U, enumerator
549 constexpr Elf_Xword SHF_TLS = 0x400; variable
916 SHF_TLS = 0x400U, enumerator
419 #define SHF_TLS (1 << 10) macro
418 #define SHF_TLS (1 << 10) macro
480 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro