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