Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1761 uint32_t section_flags; in DumpSectionContents() local
1764 section_flags = Sec.flags; in DumpSectionContents()
1768 section_flags = Sec.flags; in DumpSectionContents()
1770 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1783 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1784 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()