Lines Matching refs:st_shndx
695 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
696 ? xndx : sym->st_shndx); in remove_debug_relocations()
1511 size_t scnidx = sym->st_shndx; in handle_elf()
2000 if (sym->st_shndx == SHN_UNDEF in handle_elf()
2001 || (sym->st_shndx >= SHN_LORESERVE in handle_elf()
2002 && sym->st_shndx != SHN_XINDEX)) in handle_elf()
2027 if (sym->st_shndx == SHN_XINDEX) in handle_elf()
2030 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()
2031 ? sym->st_shndx : xshndx); in handle_elf()
2053 if ((inner != destidx || nshndx != sym->st_shndx in handle_elf()
2055 && (sym->st_shndx = nshndx, in handle_elf()
2083 sym->st_shndx = SHN_UNDEF; in handle_elf()