pub const N_NO_DEAD_STRIP: u16 = 0x0020;
Expand description

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.