Lines Matching refs:newsymidx
421 Elf32_Word *newsymidx; in handle_elf() member
1228 shdr_info[cnt].newsymidx in handle_elf()
1261 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1311 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1345 free (shdr_info[cnt].newsymidx); in handle_elf()
1346 shdr_info[cnt].newsymidx = NULL; in handle_elf()
1399 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf() local
1405 if (shdr_info[symtabidx].newsymidx == NULL) in handle_elf()
1437 if (newsymidx[symidx] != symidx) in handle_elf()
1440 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
1455 if (newsymidx[symidx] != symidx) in handle_elf()
1458 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
1621 if (newsymidx[inner] != 0) in handle_elf()
1625 verstab[newsymidx[inner]] = verstab[inner]; in handle_elf()
1647 shdr->sh_info = newsymidx[shdr->sh_info]; in handle_elf()
2044 free (shdr_info[cnt].newsymidx); in handle_elf()