Searched refs:strtabndx (Results 1 – 3 of 3) sorted by relevance
218 size_t strtabndx = symtabshdr->sh_link; in main() local219 Elf_Scn *strtabscn = elf_getscn (elf, strtabndx); in main()225 if (shdrstrndx == strtabndx) in main()309 const char *sname = elf_strptr (elf, strtabndx, sym->st_name); in main()394 size_t newstrtabndx = newsecndx (strtabndx, "ehdr", 0, "e_shstrndx", 0); in main()404 zshdr->sh_link = strtabndx; in main()489 if (ndx == strtabndx) in main()509 const bool update_name = shdr->sh_link == strtabndx; in main()
99 size_t strtabndx; member141 cache->strtabndx = shdr->sh_link; in relocate_getsym()216 Elf_Scn *scn = elf_getscn (symtab->symelf, symtab->strtabndx); in resolve_symbol()
168 shstrndx equals the symtab strtabndx.