Lines Matching defs:sh_flags
59 Elf64_Xword sh_flags;
68 sh_flags = shdr->sh_flags;
78 sh_flags = shdr->sh_flags;
85 if ((sh_flags & SHF_ALLOC) != 0 || (sh_flags & SHF_COMPRESSED))
99 // int compressed = (sh_flags & SHF_COMPRESSED);
121 sh_flags won't have a SHF_COMPRESSED hint in the GNU format.
186 sh_flags won't have a SHF_COMPRESSED hint in the GNU format.