goblin::elf::sym

Constant STV_EXPORTED

Source
pub const STV_EXPORTED: u8 = 4;
Expand description

Exported: ensures a symbol remains global, cannot be demoted or eliminated by any other symbol visibility technique.