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