Searched refs:MH_SPLIT_SEGS (Results 1 – 4 of 4) sorted by relevance
41 MH_SPLIT_SEGS = 0x00000020 variable745 if self.bits & MH_SPLIT_SEGS:
201 LLVM_READOBJ_ENUM_ENT(MachO, MH_SPLIT_SEGS),
65 MH_SPLIT_SEGS = 0x00000020u, enumerator
8739 if (f & MachO::MH_SPLIT_SEGS) { in PrintMachHeader()8741 f &= ~MachO::MH_SPLIT_SEGS; in PrintMachHeader()