Constant object::macho::MH_LAZY_INIT
source ยท pub const MH_LAZY_INIT: u32 = 0x40;
Expand description
the shared library init routine is to be run lazily via catching memory faults to its writeable segments (obsolete)
pub const MH_LAZY_INIT: u32 = 0x40;
the shared library init routine is to be run lazily via catching memory faults to its writeable segments (obsolete)