Lines Matching defs:shdr
1588 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_storage);
1589 if (shdr == NULL)
1592 const char *scn_name = elf_strptr (elf, shstrndx, shdr->sh_name);
2951 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
2952 if (shdr == NULL)
2956 if ((shdr->sh_type == SHT_PROGBITS) && (shdr->sh_flags & SHF_ALLOC))
2982 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_storage);
2983 if (shdr == NULL)
2985 const char *section_name = elf_strptr (elf, shstrndx, shdr->sh_name);
3002 else if (shdr->sh_type == SHT_SYMTAB)
3006 else if (shdr->sh_type != SHT_NOBITS
3007 && shdr->sh_type != SHT_NOTE
3008 && (shdr->sh_flags & SHF_ALLOC) != 0)