Lines Matching refs:st_shndx
546 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX in remove_debug_relocations()
547 ? xndx : sym->st_shndx); in remove_debug_relocations()
1457 size_t scnidx = sym->st_shndx; in handle_elf()
1946 if (sym->st_shndx == SHN_UNDEF in handle_elf()
1947 || (sym->st_shndx >= SHN_LORESERVE in handle_elf()
1948 && sym->st_shndx != SHN_XINDEX)) in handle_elf()
1973 if (sym->st_shndx == SHN_XINDEX) in handle_elf()
1976 size_t sidx = (sym->st_shndx != SHN_XINDEX in handle_elf()
1977 ? sym->st_shndx : xshndx); in handle_elf()
1998 if ((inner != destidx || nshndx != sym->st_shndx in handle_elf()
2000 && (sym->st_shndx = nshndx, in handle_elf()
2028 sym->st_shndx = SHN_UNDEF; in handle_elf()