Searched refs:MH_SPLIT_SEGS (Results 1 – 10 of 10) sorted by relevance
138 #define MH_SPLIT_SEGS 0x20 /* the file has its read-only and macro
42 MH_SPLIT_SEGS = 0x00000020 variable746 if self.bits & MH_SPLIT_SEGS:
192 LLVM_READOBJ_ENUM_ENT(MachO, MH_SPLIT_SEGS),
188 LLVM_READOBJ_ENUM_ENT(MachO, MH_SPLIT_SEGS),
61 MH_SPLIT_SEGS = 0x00000020u, enumerator
64 MH_SPLIT_SEGS = 0x00000020u, enumerator
60 MH_SPLIT_SEGS = 0x00000020u, enumerator
7578 if (f & MachO::MH_SPLIT_SEGS) { in PrintMachHeader()7580 f &= ~MachO::MH_SPLIT_SEGS; in PrintMachHeader()
8461 if (f & MachO::MH_SPLIT_SEGS) { in PrintMachHeader()8463 f &= ~MachO::MH_SPLIT_SEGS; in PrintMachHeader()