Searched refs:ALL_SH_FLAGS (Results 1 – 1 of 1) sorted by relevance
3678 #define ALL_SH_FLAGS (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE \ in check_sections() macro3681 if (shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS) in check_sections()3683 GElf_Xword sh_flags = shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS; in check_sections()