Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1084 uint32_t section_flags; in DumpSectionContents() local
1087 section_flags = Sec.flags; in DumpSectionContents()
1091 section_flags = Sec.flags; in DumpSectionContents()
1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1105 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1106 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()