Lines Matching refs:st_shndx
397 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
398 shndx = sym->st_shndx; in symtab_count_leading_section_symbols()
404 if (sym->st_shndx != SHN_XINDEX) in symtab_count_leading_section_symbols()
665 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
846 if (sym->st_shndx != SHN_XINDEX) in collect_symbols()
847 shndx = sym->st_shndx; in collect_symbols()
1703 if (sym->st_shndx != SHN_XINDEX) in copy_elided_sections()
1704 shndx = sym->st_shndx; in copy_elided_sections()
1715 sym->st_shndx = shndx; in copy_elided_sections()
1719 sym->st_shndx = SHN_XINDEX; in copy_elided_sections()
1929 sym.st_shndx = s->shndx; /* Already mapped to output index. */ in copy_elided_sections()