Lines Matching refs:shstrndx
4544 shdr_cache(const char *file, Elf *elf, Ehdr *ehdr, size_t shstrndx,
4560 if (shstrndx == SHN_UNDEF) {
4567 } else if ((scn = elf_getscn(elf, shstrndx)) == NULL) {
4570 EC_XWORD(shstrndx));
4575 EC_XWORD(shstrndx));
4861 size_t shstrndx, size_t *shnum, uint_t *flags)
4878 if (shdr_cache(file, elf, ehdr, shstrndx, *shnum,
4893 size_t ndx, shstrndx, shnum, phnum;
4910 if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
5008 shstrndx, &shnum, &flags) == 0) {
5072 if (create_cache(file, fd, elf, ehdr, &cache, shstrndx,