Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.h132 uint32_t section_flags; member
155 uint32_t section_flags; member
Dmxsimage.c749 shdr->section_flags = bootable; in sb_build_section()
1434 ccmd->tag.section_flags = shdr->section_flags; in sb_fixup_sections_and_tags()
1988 if (shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) { in sb_verify_sections_cmds()
1998 if (shdr->section_flags & ~SB_SECTION_FLAG_BOOTABLE) in sb_verify_sections_cmds()
2000 shdr->section_flags); in sb_verify_sections_cmds()
2002 if ((shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) && in sb_verify_sections_cmds()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp1429 uint32_t section_flags; in DumpSectionContents() local
1432 section_flags = Sec.flags; in DumpSectionContents()
1436 section_flags = Sec.flags; in DumpSectionContents()
1438 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()
1450 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()
1451 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()