Home | History | Annotate | Download | only in gold

Lines Matching refs:got_section

3028   got_section(Symbol_table*, Layout*);
3032 got_section() const
3081 multi_got = this->got_section()->multi_got();
3085 return this->gp_->value() + this->got_section()->get_got_offset(object);
4364 target->got_section()->get_got_page_offset(value, object);
4367 Valtype32 x = target->got_section()->gp_offset(got_offset, object);
4506 target->got_section()->get_got_page_offset(value, object);
4508 Valtype32 x = target->got_section()->gp_offset(got_offset, object);
4539 target->got_section()->get_got_page_offset(value, object);
4920 Mips_output_data_got<size, big_endian>* got = target->got_section();
4988 Mips_output_data_got<size, big_endian>* got = target->got_section();
5017 Mips_output_data_got<size, big_endian>* got = target->got_section();
5115 Mips_output_data_got<size, big_endian>* got = target->got_section();
7165 target->got_section(symtab, layout)->record_global_got_symbol(
7269 Target_mips<size, big_endian>::got_section(Symbol_table* symtab,
7461 this->got_section(symtab, layout);
8096 this->got_section(symtab, layout);
8108 p->emit(this->rel_dyn_section(layout), this->got_section(), symtab);
8111 this->got_section()->lay_out_got(layout, symtab, input_objects);
8665 target->got_section(symtab, layout);
8684 target->got_section(symtab, layout);
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,
8854 target->got_section(symtab, layout);
8880 target->got_section()->record_local_got_symbol(mips_obj, 0,
8898 target->got_section(symtab, layout);
9075 target->got_section(symtab, layout);
9121 target->got_section(symtab, layout);
9291 target->got_section(symtab, layout);
9312 target->got_section(symtab, layout);
9356 target->got_section(symtab, layout);
9373 target->got_section()->record_local_got_symbol(mips_obj, 0,
9391 target->got_section(symtab, layout);
9538 multi_got = target->got_section()->multi_got();
9976 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD,
9979 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD,
9981 gp_offset = target->got_section()->gp_offset(got_offset, object);
9991 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD,
9994 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD,
9996 gp_offset = target->got_section()->gp_offset(got_offset, object);
10004 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD,
10007 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD,
10009 gp_offset = target->got_section()->gp_offset(got_offset, object);
10017 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_STANDARD,
10019 gp_offset = target->got_section()->gp_offset(got_offset, object);
10031 got_offset = target->got_section()->got_offset(gsym,
10034 gp_offset = target->got_section()->gp_offset(got_offset, object);
10048 got_offset = target->got_section()->got_offset(gsym, GOT_TYPE_TLS_PAIR,
10051 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_TLS_PAIR,
10053 gp_offset = target->got_section()->gp_offset(got_offset, object);
10061 got_offset = target->got_section()->got_offset(gsym,
10065 got_offset = target->got_section()->got_offset(r_sym,
10068 gp_offset = target->got_section()->gp_offset(got_offset, object);
10077 got_offset = target->got_section()->tls_ldm_offset(object);
10078 gp_offset = target->got_section()->gp_offset(got_offset, object);
10161 Mips_output_data_got<size, big_endian>* got = target->got_section();