Searched refs:MH_LAZY_INIT (Results 1 – 3 of 3) sorted by relevance
194 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
60 MH_LAZY_INIT = 0x00000040u, enumerator
7217 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()7219 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()