Constant goblin::elf::sym::STV_SINGLETON

source ·
pub const STV_SINGLETON: u8 = 5;
Expand description

Singleton: ensures a symbol remains global, and that a single instance of the definition is bound to by all references within a process. Cannot be demoted or eliminated.