Lines Matching defs:strshdr
615 GElf_Shdr *strshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
617 if (strshdr == NULL)
620 if (strshdr->sh_type != SHT_STRTAB)
625 strshdr = NULL;
709 if (strshdr == NULL)
711 else if (sym->st_name >= strshdr->sh_size)
1602 GElf_Shdr *strshdr;
1659 strshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link), &strshdr_mem);
1660 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1665 else if (strshdr == NULL)
1755 if (strshdr->sh_addr != dyn->d_un.d_val)
1812 if (dyn->d_un.d_ptr >= strshdr->sh_size)
3093 GElf_Shdr *strshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
3095 if (strshdr == NULL)
3097 if (strshdr->sh_type != SHT_STRTAB)
3240 GElf_Shdr *strshdr = gelf_getshdr (elf_getscn (ebl->elf, shdr->sh_link),
3242 if (strshdr == NULL)
3244 if (strshdr->sh_type != SHT_STRTAB)