Searched refs:SectionFlagsTypeMask (Results 1 – 3 of 3) sorted by relevance
221 unsigned Mask = Is64Bit ? XCOFFSectionHeader64::SectionFlagsTypeMask in initSectionHeaders()222 : XCOFFSectionHeader32::SectionFlagsTypeMask; in initSectionHeaders()
65 return DerivedXCOFFSectionHeader.Flags & SectionFlagsTypeMask; in getSectionType()71 return DerivedXCOFFSectionHeader.Flags & ~SectionFlagsTypeMask; in getSectionSubtype()
167 static constexpr unsigned SectionFlagsTypeMask = 0xffffu; member