Home | History | Annotate | Download | only in src

Lines Matching refs:shstrndx

106 static uint32_t shstrndx;
327 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
428 shstrndx = ehdr->e_shstrndx;
472 shstrndx = shdr->sh_link;
475 else if (shstrndx >= shnum)
1978 zeroth section has nonzero link value while ELF header does not signal overflow in shstrndx\n"));
1995 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
2120 if (elf_strptr (ebl->elf, shstrndx, shdr->sh_name) == NULL)
2222 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB)