Lines Matching refs:section_attributes
7494 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
7495 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
7497 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
7499 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
7501 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
7503 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
7505 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
7507 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
7509 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
7511 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
7513 if (section_attributes & MachO::S_ATTR_LOC_RELOC) in PrintSection()
7515 if (section_attributes == 0) in PrintSection()