Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8623 if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS) in PrintSection()
8625 if (section_attributes & MachO::S_ATTR_NO_TOC) in PrintSection()
8627 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()
8629 if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP) in PrintSection()
8631 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()
8633 if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE) in PrintSection()
8635 if (section_attributes & MachO::S_ATTR_DEBUG) in PrintSection()
8637 if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS) in PrintSection()
8639 if (section_attributes & MachO::S_ATTR_EXT_RELOC) in PrintSection()
8641 if (section_attributes & MachO::S_ATTR_LOC_RELOC) in PrintSection()
[all …]