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_NO_DEAD_STRIP

The N_NO_DEAD_STRIP bit of the n_desc field only ever appears in a relocatable .o file (MH_OBJECT filetype). And is used to indicate to the static link editor it is never to dead strip the symbol.

macho.N_NO_DEAD_STRIP
pub const N_NO_DEAD_STRIP: u16 = 0x20

File

lib/std/macho.zig:1694

Code

pub const N_NO_DEAD_STRIP: u16 = 0x20