Searched refs:strtabndx (Results 1 – 3 of 3) sorted by relevance
219 size_t strtabndx = symtabshdr->sh_link; in main() local220 Elf_Scn *strtabscn = elf_getscn (elf, strtabndx); in main()226 if (shdrstrndx == strtabndx) in main()310 const char *sname = elf_strptr (elf, strtabndx, sym->st_name); in main()395 size_t newstrtabndx = newsecndx (strtabndx, "ehdr", 0, "e_shstrndx", 0); in main()405 zshdr->sh_link = strtabndx; in main()490 if (ndx == strtabndx) in main()510 const bool update_name = shdr->sh_link == strtabndx; in main()
104 size_t strtabndx; member146 cache->strtabndx = shdr->sh_link; in relocate_getsym()221 Elf_Scn *scn = elf_getscn (symtab->symelf, symtab->strtabndx); in resolve_symbol()
1378 shstrndx equals the symtab strtabndx.