[][src]Constant goblin::mach::symbols::REFERENCED_DYNAMICALLY

pub const REFERENCED_DYNAMICALLY: u16

Must be set for any defined symbol that is referenced by dynamic-loader APIs (such as dlsym and NSLookupSymbolInImage) and not ordinary undefined symbol references. The strip tool uses this bit to avoid removing symbols that must exist: If the symbol has this bit set, strip does not strip it.