Searched refs:SECTION_TYPE (Results 1 – 3 of 3) sorted by relevance
46 SECTION_TYPE = 0x000000FFU, enumerator159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType()
105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection()291 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
158 #define SECTION_TYPE 0x000000ff /* section type mask */ macro759 if ((msd->flags & SECTION_TYPE) != S_ZEROFILL) { in macho_objfmt_output_secthead()