Searched refs:MH_NOMULTIDEFS (Results 1 – 4 of 4) sorted by relevance
45 MH_NOMULTIDEFS = 0x00000200 variable753 if self.bits & MH_NOMULTIDEFS:
205 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
69 MH_NOMULTIDEFS = 0x00000200u, enumerator
8755 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()8757 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()