Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c3928 #define ALL_SH_FLAGS (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE \ in check_sections() macro
3932 if (shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS) in check_sections()
3934 GElf_Xword sh_flags = shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS; in check_sections()
DChangeLog80 ALL_SH_FLAGS.