Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp7339 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection() local
7340 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
7342 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
7344 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
7346 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
7348 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
7350 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
7352 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
7354 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
7356 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
[all …]