Lines Matching refs:sh_info
783 if (shdr_info[cnt].shdr.sh_info >= shnum) in handle_elf()
785 else if (shdr_info[shdr_info[cnt].shdr.sh_info].idx != 0) in handle_elf()
910 if (shdr_info[cnt].shdr.sh_info >= shnum) in handle_elf()
912 else if ( shdr_info[shdr_info[cnt].shdr.sh_info].idx == 0) in handle_elf()
914 shdr_info[shdr_info[cnt].shdr.sh_info].idx = 1; in handle_elf()
915 changes |= shdr_info[cnt].shdr.sh_info < cnt; in handle_elf()
951 check_preserved (shdr_info[cnt].shdr.sh_info); in handle_elf()
1094 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf()
1157 shdr_info[cnt].shdr.sh_info = SHN_UNDEF; in handle_elf()
1227 shdr_info[cnt].shdr.sh_info = in handle_elf()
1228 shdr_info[shdr_info[cnt].shdr.sh_info].idx; in handle_elf()
1328 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
1379 shdr_info[cnt].shdr.sh_info = destidx - 1; in handle_elf()
1394 && (shdr_info[sidx].shdr.sh_info in handle_elf()
1594 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
1656 for (size_t inner = shdr_info[symtabidx].shdr.sh_info; in handle_elf()
1740 elf_assert (shdr->sh_info < symn); in handle_elf()
1741 shdr->sh_info = newsymidx[shdr->sh_info]; in handle_elf()
1768 Elf_Scn *tscn = elf_getscn (debugelf, shdr->sh_info); in handle_elf()