[][src]Constant goblin::elf::sym::STV_PROTECTED

pub const STV_PROTECTED: u8

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.