Constant REFERENCED_DYNAMICALLY [src]
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.
Type
u16
Source
pub const REFERENCED_DYNAMICALLY: u16 = 0x10