Home | History | Annotate | Download | only in gold

Lines Matching full:shndx

80 	  unsigned int shndx = lsym.get_st_shndx();
82 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
97 && shndx != elfcpp::SHN_UNDEF
98 && !object->is_section_included(shndx)
99 && !symtab->is_section_folded(object, shndx));
307 unsigned int shndx;
321 shndx = psymval->input_shndx(&is_ordinary);
324 && shndx != elfcpp::SHN_UNDEF
325 && !object->is_section_included(shndx)
326 && !relinfo->symtab->is_section_folded(object, shndx));
357 shndx = 0;
377 object->map_to_kept_section(shndx, &found);
699 unsigned int shndx = lsym.get_st_shndx();
701 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
703 && shndx != elfcpp::SHN_UNDEF
704 && !object->is_section_included(shndx))
718 object->output_section(shndx)->set_needs_symtab_index();
814 unsigned int shndx =
817 os = object->output_section(shndx);