pub const REFERENCED_DYNAMICALLY: u16 = 0x10;
Expand description
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.