Searched refs:MH_FORCE_FLAT (Results 1 – 10 of 10) sorted by relevance
146 #define MH_FORCE_FLAT 0x100 /* the executable is forcing all images macro
45 MH_FORCE_FLAT = 0x00000100 variable752 if self.bits & MH_FORCE_FLAT:
195 LLVM_READOBJ_ENUM_ENT(MachO, MH_FORCE_FLAT),
191 LLVM_READOBJ_ENUM_ENT(MachO, MH_FORCE_FLAT),
64 MH_FORCE_FLAT = 0x00000100u, enumerator
67 MH_FORCE_FLAT = 0x00000100u, enumerator
63 MH_FORCE_FLAT = 0x00000100u, enumerator
7590 if (f & MachO::MH_FORCE_FLAT) { in PrintMachHeader()7592 f &= ~MachO::MH_FORCE_FLAT; in PrintMachHeader()
8473 if (f & MachO::MH_FORCE_FLAT) { in PrintMachHeader()8475 f &= ~MachO::MH_FORCE_FLAT; in PrintMachHeader()