Lines Matching refs:shdrstrndx
374 size_t shdrstrndx; in process_file() local
375 if (elf_getshdrstrndx (elf, &shdrstrndx) != 0) in process_file()
470 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
529 if (shdr->sh_link == shdrstrndx) in process_file()
701 sname = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
717 && (ndx == shdrstrndx in process_file()
761 if (ndx == shdrstrndx) in process_file()
817 if (ndx == shdrstrndx) in process_file()
871 if (! adjust_names || ndx != shdrstrndx) in process_file()
898 name = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
969 const char *symname = elf_strptr (elf, shdrstrndx, in process_file()
992 printf ("[%zd] Updating section string table\n", shdrstrndx); in process_file()
994 scn = elf_getscn (elfnew, shdrstrndx); in process_file()
998 shdrstrndx); in process_file()
1020 shdrstrndx); in process_file()
1026 shdr->sh_name = dwelf_strent_off (scnstrents[shdrstrndx]); in process_file()
1040 shdrstrndx); in process_file()
1052 Elf_Scn *oldscn = elf_getscn (elf, shdrstrndx); in process_file()
1056 shdrstrndx); in process_file()
1064 shdrstrndx); in process_file()
1068 shstrtab_name = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()
1072 shdrstrndx); in process_file()
1087 shstrtab_newname, shdrstrndx, in process_file()
1104 if (setshdrstrndx (elfnew, &newehdr, shdrstrndx) != 0) in process_file()
1209 symtab_name = elf_strptr (elf, shdrstrndx, shdr->sh_name); in process_file()