Home
last modified time | relevance | path

Searched refs:newsymidx (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dstrip.c436 Elf32_Word *newsymidx; in handle_elf() member
1289 shdr_info[cnt].newsymidx in handle_elf()
1322 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1373 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1409 free (shdr_info[cnt].newsymidx); in handle_elf()
1410 shdr_info[cnt].newsymidx = NULL; in handle_elf()
1466 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf() local
1472 if (shdr_info[symtabidx].newsymidx == NULL) in handle_elf()
1509 if (newsymidx[symidx] != symidx) in handle_elf()
1512 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
[all …]