Home | History | Annotate | Download | only in src

Lines Matching refs:shstrndx

129 static uint32_t shstrndx;
325 return elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
428 shstrndx = ehdr->e_shstrndx;
463 shstrndx = shdr->sh_link;
465 else if (shstrndx >= shnum)
2250 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name),
2252 elf_strptr (ebl->elf, shstrndx, gnu_hash_shdr->sh_name));
2328 elf_strptr (ebl->elf, shstrndx, gnu_hash_shdr->sh_name));
2331 hash_idx, elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name));
2340 elf_strptr (ebl->elf, shstrndx, gnu_hash_shdr->sh_name),
2342 elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name));
2352 elf_strptr (ebl->elf, shstrndx, hash_shdr->sh_name),
2354 elf_strptr (ebl->elf, shstrndx, gnu_hash_shdr->sh_name));
3434 zeroth section has nonzero link value while ELF header does not signal overflow in shstrndx\n"));
3460 const char *scnname = elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
3607 if (elf_strptr (ebl->elf, shstrndx, shdr->sh_name) == NULL)
3779 if (cnt == shstrndx && shdr->sh_type != SHT_STRTAB)
4242 elf_strptr (ebl->elf, shstrndx, shdr->sh_name)))