Searched refs:section_attributes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7859 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; local
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
[all...]

Completed in 151 milliseconds