Lines Matching refs:got_section

3028   got_section(Symbol_table*, Layout*);
3032 got_section() const in got_section() function in __anona7e08b770111::Target_mips
3081 multi_got = this->got_section()->multi_got(); in adjusted_gp_value()
3085 return this->gp_->value() + this->got_section()->get_got_offset(object); in adjusted_gp_value()
4364 target->got_section()->get_got_page_offset(value, object); in do_relgot16_local()
4367 Valtype32 x = target->got_section()->gp_offset(got_offset, object); in do_relgot16_local()
4506 target->got_section()->get_got_page_offset(value, object); in relgotpage()
4508 Valtype32 x = target->got_section()->gp_offset(got_offset, object); in relgotpage()
4539 target->got_section()->get_got_page_offset(value, object); in relgotofst()
4920 Mips_output_data_got<size, big_endian>* got = target->got_section(); in add_local_entries()
4988 Mips_output_data_got<size, big_endian>* got = target->got_section(); in add_page_entries()
5017 Mips_output_data_got<size, big_endian>* got = target->got_section(); in add_global_entries()
5115 Mips_output_data_got<size, big_endian>* got = target->got_section(); in add_tls_entries()
7165 target->got_section(symtab, layout)->record_global_got_symbol( in emit_entry()
7269 Target_mips<size, big_endian>::got_section(Symbol_table* symtab, in got_section() function in __anona7e08b770111::Target_mips
7461 this->got_section(symtab, layout); in make_plt_entry()
8096 this->got_section(symtab, layout); in do_finalize_sections()
8108 p->emit(this->rel_dyn_section(layout), this->got_section(), symtab); in do_finalize_sections()
8111 this->got_section()->lay_out_got(layout, symtab, input_objects); in do_finalize_sections()
8665 target->got_section(symtab, layout); in local()
8684 target->got_section(symtab, layout); in local()
8723 target->got_section()->record_got_page_entry(mips_obj, r_sym, addend); in local()
8798 target->got_section()->record_got_page_entry(mips_obj, r_sym, in local()
8854 target->got_section(symtab, layout); in local()
8880 target->got_section()->record_local_got_symbol(mips_obj, 0, in local()
8898 target->got_section(symtab, layout); in local()
9075 target->got_section(symtab, layout); in global()
9121 target->got_section(symtab, layout); in global()
9291 target->got_section(symtab, layout); in global()
9312 target->got_section(symtab, layout); in global()
9356 target->got_section(symtab, layout); in global()
9373 target->got_section()->record_local_got_symbol(mips_obj, 0, in global()
9391 target->got_section(symtab, layout); in global()
9538 multi_got = target->got_section()->multi_got(); in should_apply_r_mips_32_reloc()
9976 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD, in relocate()
9979 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
9981 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
9991 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD, in relocate()
9994 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
9996 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10004 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD, in relocate()
10007 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
10009 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10017 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD, in relocate()
10019 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10031 got_offset = target->got_section()->got_offset(gsym, in relocate()
10034 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10048 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_TLS_PAIR, in relocate()
10051 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_TLS_PAIR, in relocate()
10053 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10061 got_offset = target->got_section()->got_offset(gsym, in relocate()
10065 got_offset = target->got_section()->got_offset(r_sym, in relocate()
10068 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10077 got_offset = target->got_section()->tls_ldm_offset(object); in relocate()
10078 gp_offset = target->got_section()->gp_offset(got_offset, object); in relocate()
10161 Mips_output_data_got<size, big_endian>* got = target->got_section(); in relocate()