Constant SHF_TLS

Source
pub const SHF_TLS: u32 = _; // 1_024u32
Expand description

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.