Lines Matching refs:section_attributes
8304 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
8305 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
8307 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
8309 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
8311 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
8313 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
8315 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
8317 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
8319 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
8321 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
8323 if (section_attributes & MachO::S_ATTR_LOC_RELOC) in PrintSection()
8325 if (section_attributes == 0) in PrintSection()