Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsimage.h132 uint32_t section_flags; member
155 uint32_t section_flags; member
H A 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()