Lines Matching full:shndx
508 do_calls_non_split(Relobj* object, unsigned int shndx,
851 unsigned int shndx, Output_section* output_section,
857 object, shndx, output_section,
1856 unsigned int shndx = lsym.get_st_shndx();
1858 shndx = object->adjust_sym_shndx(r_sym, shndx,
1861 object->error(_("section symbol %u has bad shndx %u"),
1862 r_sym, shndx);
1864 rel_dyn->add_local_section(object, shndx,
1979 unsigned int shndx = lsym.get_st_shndx();
1981 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary);
1983 object->error(_("local symbol %u has bad shndx %u"),
1984 r_sym, shndx);
1986 got->add_local_pair_with_rel(object, r_sym, shndx,
3988 // FNOFFSET in section SHNDX in OBJECT is the start of a function
3994 Target_i386::do_calls_non_split(Relobj* object, unsigned int shndx,
4038 shndx, static_cast<size_t>(fnoffset));