Searched refs:newsymidx (Results 1 – 1 of 1) sorted by relevance
421 Elf32_Word *newsymidx; in handle_elf() member1228 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() local1405 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()[all …]