Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmxsimage.h135 #define SB_SECTION_FLAG_BOOTABLE (1 << 0) macro
A Dmxsimage.c744 bootable = SB_SECTION_FLAG_BOOTABLE; in sb_build_section()
1989 if (shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) { in sb_verify_sections_cmds()
1999 if (shdr->section_flags & ~SB_SECTION_FLAG_BOOTABLE) in sb_verify_sections_cmds()
2003 if ((shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) && in sb_verify_sections_cmds()

Completed in 7 milliseconds