[][src]Constant metagoblin::elf::sym::sym32::STV_SINGLETON

pub const STV_SINGLETON: u8 = 5; // 0_x05u8

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.