[][src]Constant mach_object::REFERENCED_DYNAMICALLY

pub const REFERENCED_DYNAMICALLY: u16

To simplify stripping of objects that use are used with the dynamic link editor, the static link editor marks the symbols defined an object that are referenced by a dynamicly bound object (dynamic shared libraries, bundles). With this marking strip knows not to strip these symbols.