Lines Matching refs:shdrstrndx
180 size_t shdrstrndx; in main() local
181 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in main()
184 Elf_Scn *shdrstrscn = elf_getscn (elf, shdrstrndx); in main()
226 if (shdrstrndx == strtabndx) in main()
274 if (shdr->sh_name != 0 && scnnum != shdrstrndx) in main()
276 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in main()
332 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in main()
349 return secndx < shdrstrndx ? secndx : secndx - 1; in main()
448 if (ndx == 0 || ndx == shdrstrndx) in main()
523 && sym.st_shndx == shdrstrndx) in main()
526 " for old shdrstrndx %zd\n", ndx, i, shdrstrndx); in main()