Lines Matching refs:shstrndx
326 size_t shstrndx, shnum;
334 if (elf_getshdrstrndx(elf, &shstrndx) == -1) {
356 name = elf_strptr(elf, shstrndx, (size_t)shdr->sh_name);
389 temp_name = elf_strptr(elf, shstrndx,
519 (tmp_shdr.sh_link != shstrndx) &&
692 size_t shnum, shstrndx;
699 if (elf_getshdrstrndx(src_elf, &shstrndx) == -1) {
732 if ((shstrndx != SHN_UNDEF) &&
733 (state->sec_table[shstrndx].secno == (GElf_Word)DELETED))
967 (scn_no == shstrndx) &&
1142 if ((shstrndx > 0) && (shnum > 0) &&
1143 (state->sec_table[shstrndx].secno < shnum)) {
1144 if (state->sec_table[shstrndx].secno < SHN_LORESERVE) {
1152 * If shstrndx requires 'Extended ELF Sections'
1162 shdr0.sh_link = state->sec_table[shstrndx].secno;