Lines Matching defs:shdr
225 Elf32_Shdr *shdr
226 = scn->shdr.e32 ?: __elf32_getshdr_wrlock (scn);
228 if (shdr == NULL)
232 offset = shdr->sh_offset;
233 size = shdr->sh_size;
234 type = shdr->sh_type;
235 align = shdr->sh_addralign;
236 flags = shdr->sh_flags;
240 Elf64_Shdr *shdr
241 = scn->shdr.e64 ?: __elf64_getshdr_wrlock (scn);
243 if (shdr == NULL)
247 offset = shdr->sh_offset;
248 size = shdr->sh_size;
249 type = shdr->sh_type;
250 align = shdr->sh_addralign;
251 flags = shdr->sh_flags;