[go: up one dir, main page]

Constant elf::gabi::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.