Searched refs:MH_NOMULTIDEFS (Results 1 – 4 of 4) sorted by relevance
46 MH_NOMULTIDEFS = 0x00000200 variable754 if self.bits & MH_NOMULTIDEFS:
206 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
68 MH_NOMULTIDEFS = 0x00000200u, enumerator
8491 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()8493 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()