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