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_SYMBOL_RESOLVER

The N_SYMBOL_RESOLVER bit of the n_desc field indicates that the that the function is actually a resolver function and should be called to get the address of the real function to use. This bit is only available in .o files (MH_OBJECT filetype)

macho.N_SYMBOL_RESOLVER
pub const N_SYMBOL_RESOLVER: u16 = 0x100

File

lib/std/macho.zig:1713

Code

pub const N_SYMBOL_RESOLVER: u16 = 0x100