Searched refs:Flags1 (Results 1 – 5 of 5) sorted by relevance
98 #define SH_FLAGS_COMBINE(Flags1, Flags2) \ argument99 (((Flags1 | Flags2) \102 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
93 Flags1 = IsAligned ? (int(Flags0) | AlignedBit) : (int(Flags0) & ~AlignedBit),95 ? int(Flags1) : int(Flags1 & ~LinearAccessBit),
46 Flags1 = Flags0 | FlagsLvalueBit,47 Flags = Flags1 ^ RowMajorBit,
17 BYTE Flags1; member
50 TEST(Flags1) { in TEST() argument