Searched refs:SB_SECTION_FLAG_BOOTABLE (Results 1 – 2 of 2) sorted by relevance
135 #define SB_SECTION_FLAG_BOOTABLE (1 << 0) macro
744 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