Searched refs:MH_NOMULTIDEFS (Results 1 – 10 of 10) sorted by relevance
148 #define MH_NOMULTIDEFS 0x200 /* this umbrella guarantees no multiple macro
46 MH_NOMULTIDEFS = 0x00000200 variable754 if self.bits & MH_NOMULTIDEFS:
196 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
192 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
65 MH_NOMULTIDEFS = 0x00000200u, enumerator
68 MH_NOMULTIDEFS = 0x00000200u, enumerator
64 MH_NOMULTIDEFS = 0x00000200u, enumerator
7594 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()7596 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()
8477 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()8479 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()