Searched refs:MH_LAZY_INIT (Results 1 – 7 of 7) sorted by relevance
193 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
195 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
62 MH_LAZY_INIT = 0x00000040u, enumerator
7582 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()7584 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()
7977 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()7979 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()