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.
Source
Implementation
pub const N_NO_DEAD_STRIP: u16 = 0x20