Constant goblin::mach::symbols::N_WEAK_REF

source ·
pub const N_WEAK_REF: u16 = 0x40;
Expand description

Indicates that this undefined symbol is a weak reference. If the dynamic linker cannot find a definition for this symbol, it sets the address of this symbol to 0. The static linker sets this symbol given the appropriate weak-linking flags.