Constant goblin::elf::sym::STV_PROTECTED [−][src]
pub const STV_PROTECTED: u8 = 3;
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.