Lines Matching refs:scnidx
1503 size_t scnidx = sym->st_shndx; in handle_elf() local
1504 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()
1505 || (scnidx >= SHN_LORESERVE in handle_elf()
1506 && scnidx <= SHN_HIRESERVE in handle_elf()
1507 && scnidx != SHN_XINDEX) in handle_elf()
1512 else if (scnidx == SHN_XINDEX) in handle_elf()
1513 scnidx = xndx; in handle_elf()
1515 if (scnidx >= shnum) in handle_elf()
1518 if (shdr_info[scnidx].idx == 0) in handle_elf()
1525 &shdr_info[scnidx].shdr, in handle_elf()
1526 shdr_info[scnidx].name, in handle_elf()