pub const SHF_TLS: u32 = _; // 1_024u32
This section holds Thread-Local Storage, meaning that each separate execution flow has its own distinct instance of this data. Implementations need not support this flag.