Lines Matching refs:st_shndx
398 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
399 shndx = sym->st_shndx; in symtab_count_leading_section_symbols()
405 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
676 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
860 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()
861 shndx = sym->st_shndx; in collect_symbols()
1750 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()
1751 shndx = sym->st_shndx; in copy_elided_sections()
1762 sym->st_shndx = shndx; in copy_elided_sections()
1766 sym->st_shndx = SHN_XINDEX; in copy_elided_sections()
1976 sym.st_shndx = s->shndx; /* Already mapped to output index. */ in copy_elided_sections()