Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dstrip.c429 Elf32_Word *newsymidx; in handle_elf() member
1205 shdr_info[cnt].newsymidx in handle_elf()
1238 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1288 shdr_info[cnt].newsymidx[inner] = destidx++; in handle_elf()
1320 free (shdr_info[cnt].newsymidx); in handle_elf()
1321 shdr_info[cnt].newsymidx = NULL; in handle_elf()
1374 const Elf32_Word *const newsymidx = shdr_info[symtabidx].newsymidx; in handle_elf() local
1380 if (shdr_info[symtabidx].newsymidx == NULL) in handle_elf()
1412 if (newsymidx[symidx] != symidx) in handle_elf()
1415 = GELF_R_INFO (newsymidx[symidx], in handle_elf()
[all …]