Searched defs:newsymidx (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/src/
H A Dstrip.c421 Elf32_Word *newsymidx; member in struct:shdr_info
1228 shdr_info[cnt].newsymidx
1261 shdr_info[cnt].newsymidx[inner] = destidx++;
1311 shdr_info[cnt].newsymidx[inner] = destidx++;
1345 free (shdr_info[cnt].newsymidx);
1346 shdr_info[cnt].newsymidx = NULL;
1399 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; local
1405 if (shdr_info[symtabidx].newsymidx == NULL)
1437 if (newsymidx[symid
[all...]

Completed in 44 milliseconds