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

/external/elfutils/0.153/src/
H A Delflint.c3622 #define ALL_SH_FLAGS (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_MERGE \ macro
3625 if (shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS)
3627 GElf_Xword sh_flags = shdr->sh_flags & ~(GElf_Xword) ALL_SH_FLAGS;

Completed in 118 milliseconds