Home | History | Annotate | Download | only in src

Lines Matching refs:sh_info

688        in the sh_link or sh_info element it cannot be removed either
744 && shdr_info[shdr_info[cnt].shdr.sh_info].idx != 0)
848 - specially marked references in sh_info if the SHF_INFO_LINK
858 /* Handle references through sh_info. */
860 && shdr_info[shdr_info[cnt].shdr.sh_info].idx == 0)
862 shdr_info[shdr_info[cnt].shdr.sh_info].idx = 1;
863 changes |= shdr_info[cnt].shdr.sh_info < cnt;
898 check_preserved (shdr_info[cnt].shdr.sh_info);
1028 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1084 shdr_info[cnt].shdr.sh_info = SHN_UNDEF;
1144 shdr_info[cnt].shdr.sh_info =
1145 shdr_info[shdr_info[cnt].shdr.sh_info].idx;
1244 shdr_info[cnt].shdr.sh_info = destidx - 1;
1294 shdr_info[cnt].shdr.sh_info = destidx - 1;
1306 && shdr_info[sidx].shdr.sh_info == inner));
1489 for (size_t inner = shdr_info[symtabidx].shdr.sh_info;
1543 for (size_t inner = shdr_info[symtabidx].shdr.sh_info;
1622 shdr->sh_info = newsymidx[shdr->sh_info];
1649 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info);