[][src]Constant mach_object::N_SYMBOL_RESOLVER

pub const N_SYMBOL_RESOLVER: u16

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)