Lines Matching refs:sh_info
584 Elf_Scn *tscn = elf_getscn (elf, shdr->sh_info);
1364 in the sh_link or sh_info element it cannot be removed either
1431 if (shdr_info[cnt].shdr.sh_info >= shnum)
1433 else if (shdr_info[shdr_info[cnt].shdr.sh_info].idx != 0)
1556 - specially marked references in sh_info if the SHF_INFO_LINK
1566 /* Handle references through sh_info. */
1569 if (shdr_info[cnt].shdr.sh_info >= shnum)
1571 else if ( shdr_info[shdr_info[cnt].shdr.sh_info].idx == 0)
1573 shdr_info[shdr_info[cnt].shdr.sh_info].idx = 1;
1574 changes |= shdr_info[cnt].shdr.sh_info < cnt;
1597 shdr_indices[1] = shdr_info[cnt].shdr.sh_info;
1777 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1839 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1916 shdr_info[cnt].shdr.sh_info =
1917 shdr_info[shdr_info[cnt].shdr.sh_info].idx;
2019 shdr_info[cnt].shdr.sh_info = destidx - 1;
2068 shdr_info[cnt].shdr.sh_info = destidx - 1;
2100 && (shdr_info[sidx].shdr.sh_info
2308 for (size_t inner = shdr_info[symtabidx].shdr.sh_info;
2369 for (size_t inner = shdr_info[symtabidx].shdr.sh_info;
2447 elf_assert (shdr->sh_info < symn);
2448 shdr->sh_info = newsymidx[shdr->sh_info];