Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

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.

macho.N_WEAK_DEF
pub const N_WEAK_DEF: u16 = 0x80

File

lib/std/macho.zig:1707

Code

pub const N_WEAK_DEF: u16 = 0x80