Lines Matching defs:shdr
123 Elf32_Shdr *shdr = strscn->shdr.e32 ?: __elf32_getshdr_rdlock (strscn);
124 if (unlikely (shdr == NULL || shdr->sh_type != SHT_STRTAB))
131 if ((shdr->sh_flags & SHF_COMPRESSED) == 0)
132 sh_size = shdr->sh_size;
149 Elf64_Shdr *shdr = strscn->shdr.e64 ?: __elf64_getshdr_rdlock (strscn);
150 if (unlikely (shdr == NULL || shdr->sh_type != SHT_STRTAB))
157 if ((shdr->sh_flags & SHF_COMPRESSED) == 0)
158 sh_size = shdr->sh_size;