Constant goblin::mach::symbols::N_WEAK_DEF

source ·
pub const N_WEAK_DEF: u16 = 0x80;
Expand description

Indicates that this symbol is a weak definition. If the static linker or the dynamic linker finds another (non-weak) definition for this symbol, the weak definition is ignored. Only symbols in a coalesced section can be marked as a weak definition.