Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsimage.h135 #define SB_SECTION_FLAG_BOOTABLE (1 << 0) macro
H A Dmxsimage.c743 bootable = SB_SECTION_FLAG_BOOTABLE; in sb_build_section()
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()
2002 if ((shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) && in sb_verify_sections_cmds()