Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:SECTION_ATTRIBUTES

7859     uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES;
7860 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS)
7862 if (section_attributes & MachO::S_ATTR_NO_TOC)
7864 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS)
7866 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP)
7868 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT)
7870 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE)
7872 if (section_attributes & MachO::S_ATTR_DEBUG)
7874 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS)
7876 if (section_attributes & MachO::S_ATTR_EXT_RELOC)
7878 if (section_attributes & MachO::S_ATTR_LOC_RELOC)
7880 if (section_attributes == 0)