DoxigAlpha

N_WEAK_DEF

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 (page 23) can be marked as a weak definition.

Source

Implementation

#
pub const N_WEAK_DEF: u16 = 0x80