Lines Matching refs:scnidx
758 size_t scnidx; in handle_elf() local
765 scnidx = sym->st_shndx; in handle_elf()
766 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()
767 || (scnidx >= SHN_LORESERVE in handle_elf()
768 && scnidx <= SHN_HIRESERVE in handle_elf()
769 && scnidx != SHN_XINDEX) in handle_elf()
774 else if (scnidx == SHN_XINDEX) in handle_elf()
775 scnidx = xndx; in handle_elf()
777 if (shdr_info[scnidx].idx == 0) in handle_elf()
780 shdr_info[scnidx].idx = 1; in handle_elf()
781 changes |= scnidx < cnt; in handle_elf()