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

pub const STV_PROTECTED: u8 = 3; // 0_x03u8

Protected: Symbol defined in current component is visible in other components, but cannot be preempted. Any reference from within the defining component must be resolved to the definition in that component.