Home | History | Annotate | Download | only in gold

Lines Matching full:mips_obj

8608   Mips_relobj<size, big_endian>* mips_obj =
8611 if (mips_obj->is_mips16_stub_section(data_shndx))
8613 mips_obj->get_mips16_stub_section(data_shndx)
8623 && !mips_obj->section_allows_mips16_refs(data_shndx))
8627 mips_obj->add_local_non_16bit_call(r_sym);
8630 && !mips_obj->section_allows_mips16_refs(data_shndx))
8631 mips_obj->add_local_16bit_call(r_sym);
8686 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type, -1U);
8723 target->got_section()->record_got_page_entry(mips_obj, r_sym, addend);
8798 target->got_section()->record_got_page_entry(mips_obj, r_sym,
8864 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type,
8880 target->got_section()->record_local_got_symbol(mips_obj, 0,
8899 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type,
9048 Mips_relobj<size, big_endian>* mips_obj =
9052 if (mips_obj->is_mips16_stub_section(data_shndx))
9054 mips_obj->get_mips16_stub_section(data_shndx)
9064 && !mips_obj->section_allows_mips16_refs(data_shndx))
9214 if (relocation_needs_la25_stub<size, big_endian>(mips_obj, r_type,
9220 bool gp_disp_against_hi16 = (!mips_obj->is_newabi()
9257 target->dynamic_reloc(mips_sym, elfcpp::R_MIPS_REL32, mips_obj,
9292 got->record_global_got_symbol(mips_sym, mips_obj, r_type, false,
9313 got->record_got_page_entry(mips_obj, r_sym, addend);
9325 got->record_global_got_symbol(mips_sym, mips_obj, r_type, false,
9357 got->record_global_got_symbol(mips_sym, mips_obj, r_type, false,
9373 target->got_section()->record_local_got_symbol(mips_obj, 0,
9392 got->record_global_got_symbol(mips_sym, mips_obj, r_type, false,
9438 if (!mips_obj->is_newabi() && strcmp(gsym->name(), "_gp_disp") == 0)