Searched refs:MH_HAS_TLV_DESCRIPTORS (Results 1 – 13 of 13) sorted by relevance
8 # HEADER: MH_HAS_TLV_DESCRIPTORS
200 #define MH_HAS_TLV_DESCRIPTORS 0x800000 /* Contains a section of type macro
60 MH_HAS_TLV_DESCRIPTORS = 0x00800000 variable782 if self.bits & MH_HAS_TLV_DESCRIPTORS:
210 LLVM_READOBJ_ENUM_ENT(MachO, MH_HAS_TLV_DESCRIPTORS),
81 hdr->flags |= MachO::MH_HAS_TLV_DESCRIPTORS; in writeTo()
206 LLVM_READOBJ_ENUM_ENT(MachO, MH_HAS_TLV_DESCRIPTORS),
79 MH_HAS_TLV_DESCRIPTORS = 0x00800000u, enumerator
82 MH_HAS_TLV_DESCRIPTORS = 0x00800000u, enumerator
78 MH_HAS_TLV_DESCRIPTORS = 0x00800000u, enumerator
1572 flags |= (MH_PIE | MH_HAS_TLV_DESCRIPTORS); in fileFlags()
7642 if (f & MachO::MH_HAS_TLV_DESCRIPTORS) { in PrintMachHeader()7644 f &= ~MachO::MH_HAS_TLV_DESCRIPTORS; in PrintMachHeader()
8525 if (f & MachO::MH_HAS_TLV_DESCRIPTORS) { in PrintMachHeader()8527 f &= ~MachO::MH_HAS_TLV_DESCRIPTORS; in PrintMachHeader()