[][src]Constant metagoblin::mach::symbols::N_WEAK_REF

pub const N_WEAK_REF: u16 = 64; // 0x0_040u16

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.