Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1057 uint32_t section_flags; in DumpSectionContents() local
1060 section_flags = Sec.flags; in DumpSectionContents()
1064 section_flags = Sec.flags; in DumpSectionContents()
1066 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1083 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1084 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()