Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp1019 uint32_t section_flags; in DumpSectionContents() local
1022 section_flags = Sec.flags; in DumpSectionContents()
1026 section_flags = Sec.flags; in DumpSectionContents()
1028 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1040 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1041 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()