Home | History | Annotate | Download | only in gold

Lines Matching defs:got_offset

162 		 unsigned int got_offset,
166 return this->do_fill_plt_entry(pov, got_address, got_offset,
180 unsigned int got_offset,
218 unsigned int got_offset;
227 unsigned int got_offset;
306 unsigned int got_offset,
336 unsigned int got_offset,
1080 section_offset_type got_offset =
1082 this->got_irelative_->set_current_data_size(got_offset + 4);
1085 this->got_irelative_, got_offset);
1088 gi.got_offset = got_offset;
1099 section_offset_type got_offset = this->got_plt_->current_data_size();
1104 this->got_plt_->set_current_data_size(got_offset + 4);
1108 got_offset);
1129 section_offset_type got_offset = this->got_irelative_->current_data_size();
1133 this->got_irelative_->set_current_data_size(got_offset + 4);
1139 this->got_irelative_, got_offset);
1144 li.got_offset = got_offset;
1285 unsigned int got_offset,
1291 got_address + got_offset);
1312 unsigned int got_offset,
1317 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset);
1410 unsigned int got_offset = 12;
1419 got_offset += 4)
1424 got_offset,
1445 elfcpp::Swap<32, false>::writeval(got_irelative_view + p->got_offset,
1456 elfcpp::Swap<32, false>::writeval(got_irelative_view + p->got_offset,
1598 unsigned int got_offset = got->add_constant(0);
1600 got_offset);
1602 this->got_mod_index_offset_ = got_offset;
1895 unsigned int got_offset =
1899 got, got_offset);
1977 unsigned int got_offset = got->add_constant(0);
1985 got_offset);
1987 rt->add_absolute(elfcpp::R_386_TLS_DESC, got, got_offset);
2342 unsigned int got_off = gsym->got_offset(GOT_TYPE_STANDARD);
2859 unsigned int got_offset = 0;
2863 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD)
2870 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD)
2873 Relocate_functions<32, false>::rel32(view, got_offset);
2993 unsigned int got_offset;
2997 got_offset = gsym->got_offset(got_type) - target->got_size();
3003 got_offset = (object->local_got_offset(r_sym, got_type)
3009 got_offset, view, view_size);
3016 Relocate_functions<32, false>::rel32(view, got_offset);
3046 unsigned int got_offset = 0;
3053 got_offset = (target->got_size()
3059 got_offset += gsym->got_offset(got_type) - target->got_size();
3065 got_offset += (object->local_got_offset(r_sym, got_type)
3077 got_offset, view, view_size);
3086 Relocate_functions<32, false>::rel32(view, got_offset);
3121 unsigned int got_offset;
3122 got_offset = (target->got_mod_index_entry(NULL, NULL, NULL)
3124 Relocate_functions<32, false>::rel32(view, got_offset);
3178 unsigned int got_offset;
3182 got_offset = gsym->got_offset(got_type);
3188 got_offset = object->local_got_offset(r_sym, got_type);
3193 got_offset += target->got_plt_section()->address();
3195 got_offset -= target->got_size();
3196 Relocate_functions<32, false>::rel32(view, got_offset);
3978 unsigned int got_offset,
4006 unsigned int got_offset,
4162 unsigned int got_offset,
4168 got_address + got_offset);
4205 unsigned int got_offset,
4210 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset);