Searched refs:MH_NOMULTIDEFS (Results 1 – 7 of 7) sorted by relevance
196 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
198 LLVM_READOBJ_ENUM_ENT(MachO, MH_NOMULTIDEFS),
65 MH_NOMULTIDEFS = 0x00000200u, enumerator
7594 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()7596 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()
7989 if (f & MachO::MH_NOMULTIDEFS) { in PrintMachHeader()7991 f &= ~MachO::MH_NOMULTIDEFS; in PrintMachHeader()