Lines Matching refs:got_offset

1894   add_static_reloc(unsigned int got_offset, unsigned int r_type,  in add_static_reloc()  argument
1896 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
1902 add_static_reloc(unsigned int got_offset, unsigned int r_type, in add_static_reloc() argument
1906 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
1913 add_secondary_got_reloc(unsigned int got_offset, unsigned int r_type, in add_secondary_got_reloc() argument
1916 this->secondary_got_relocs_.push_back(Static_reloc(got_offset, in add_secondary_got_reloc()
1988 unsigned int got_offset(const Symbol* gsym, unsigned int got_type, in got_offset() function in __anona7e08b770111::Mips_output_data_got
1992 return gsym->got_offset(got_type); in got_offset()
1997 return gsym->got_offset(g->multigot_got_type(got_type)); in got_offset()
2004 got_offset(unsigned int symndx, unsigned int got_type, in got_offset() function in __anona7e08b770111::Mips_output_data_got
2070 gp_offset(unsigned int got_offset, in gp_offset() argument
2073 return (this->address() + got_offset in gp_offset()
2089 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() argument
2091 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
2094 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() argument
2096 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
2104 got_offset() const in got_offset() function in __anona7e08b770111::Mips_output_data_got::Static_reloc
4363 unsigned int got_offset = in do_relgot16_local() local
4367 Valtype32 x = target->got_section()->gp_offset(got_offset, object); in do_relgot16_local()
4505 unsigned int got_offset = in relgotpage() local
4508 Valtype32 x = target->got_section()->gp_offset(got_offset, object); in relgotpage()
4936 unsigned int got_offset = entry->object()->local_got_offset( in add_local_entries() local
4941 entry->symndx(), elfcpp::R_MIPS_REL32, got, got_offset); in add_local_entries()
4967 mips_sym->set_global_gotoffset(mips_sym->got_offset(got_type)); in add_local_entries()
4972 mips_sym->got_offset(got_type)); in add_local_entries()
5045 mips_sym->set_global_gotoffset(mips_sym->got_offset(got_type)); in add_global_entries()
5056 mips_sym->got_offset(got_type)); in add_global_entries()
5057 got->add_secondary_got_reloc(mips_sym->got_offset(got_type), in add_global_entries()
5103 mips_sym->set_global_gotoffset(mips_sym->got_offset(got_type)); in add_reloc_only_entries()
5140 unsigned int got_offset = in add_tls_entries() local
5142 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries()
5149 unsigned int got_offset = got->add_constant(1); in add_tls_entries() local
5151 got_offset); in add_tls_entries()
5153 got->add_static_reloc(got_offset + size/8, r_type2, in add_tls_entries()
5168 unsigned int got_offset = in add_tls_entries() local
5170 got->add_static_reloc(got_offset, r_type, entry->object(), in add_tls_entries()
5178 unsigned int got_offset; in add_tls_entries() local
5181 got_offset = got->add_constant(0); in add_tls_entries()
5183 entry->object(), 0, r_type, got, got_offset); in add_tls_entries()
5188 got_offset = got->add_constant(1); in add_tls_entries()
5191 got->set_tls_ldm_offset(got_offset, entry->object()); in add_tls_entries()
5229 unsigned int got_offset = got->add_constant(1); in add_tls_entries() local
5230 mips_sym->set_got_offset(got_type, got_offset); in add_tls_entries()
5232 got->add_static_reloc(got_offset + size/8, r_type2, mips_sym); in add_tls_entries()
5250 unsigned int got_offset = mips_sym->got_offset(got_type); in add_tls_entries() local
5251 got->add_static_reloc(got_offset, r_type, mips_sym); in add_tls_entries()
5312 unsigned int got_offset = this->got_page_offset_next_; in get_got_page_offset() local
5313 this->got_page_offsets_[value] = got_offset; in get_got_page_offset()
5315 got->update_got_entry(got_offset, value); in get_got_page_offset()
5316 return got_offset; in get_got_page_offset()
5666 oview + mips_sym->got_offset(GOT_TYPE_STANDARD)); in do_write()
5692 unsigned got_offset = reloc.got_offset(); in do_write() local
5693 gold_assert(got_offset < oview_size); in do_write()
5700 Valtype* wv_sec = reinterpret_cast<Valtype*>(oview + got_offset); in do_write()
5773 unsigned got_offset = reloc.got_offset(); in do_write() local
5774 gold_assert(got_offset < oview_size); in do_write()
5776 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write()
6312 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry() local
6317 this->got_plt_->set_current_data_size(got_offset + size/8); in add_entry()
6321 got_offset); in add_entry()
9852 unsigned int got_offset = 0; in relocate() local
9886 got_offset = mips_sym->global_gotoffset(); in relocate()
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()
10166 got->update_got_entry(got_offset, psymval->value(object, 0)); in relocate()