Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp7859 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
7860 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
7862 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
7864 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
7866 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
7868 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
7870 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
7872 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
7874 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
7876 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8746 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
8747 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
8749 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
8751 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
8753 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
8755 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
8757 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
8759 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
8761 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
8763 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
[all …]