Lines Matching defs:shstrndx
4463 shdr_cache(const char *file, Elf *elf, Ehdr *ehdr, size_t shstrndx,
4479 if (shstrndx == SHN_UNDEF) {
4486 } else if ((scn = elf_getscn(elf, shstrndx)) == NULL) {
4489 EC_XWORD(shstrndx));
4494 EC_XWORD(shstrndx));
4780 size_t shstrndx, size_t *shnum, uint_t *flags)
4797 if (shdr_cache(file, elf, ehdr, shstrndx, *shnum,
4812 size_t ndx, shstrndx, shnum, phnum;
4829 if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
4927 shstrndx, &shnum, &flags) == 0) {
4991 if (create_cache(file, fd, elf, ehdr, &cache, shstrndx,