Searched refs:MH_SPLIT_SEGS (Results 1 – 6 of 6) sorted by relevance
138 #define MH_SPLIT_SEGS 0x20 /* the file has its read-only and macro
192 LLVM_READOBJ_ENUM_ENT(MachO, MH_SPLIT_SEGS),
61 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()