Searched refs:MH_LAZY_INIT (Results 1 – 10 of 10) sorted by relevance
140 #define MH_LAZY_INIT 0x40 /* the shared library init routine is macro
43 MH_LAZY_INIT = 0x00000040 variable748 if self.bits & MH_LAZY_INIT:
193 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
189 LLVM_READOBJ_ENUM_ENT(MachO, MH_LAZY_INIT),
62 MH_LAZY_INIT = 0x00000040u, enumerator
65 MH_LAZY_INIT = 0x00000040u, enumerator
61 MH_LAZY_INIT = 0x00000040u, enumerator
7582 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()7584 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()
8465 if (f & MachO::MH_LAZY_INIT) { in PrintMachHeader()8467 f &= ~MachO::MH_LAZY_INIT; in PrintMachHeader()