Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

443   add_static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
444 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
451 add_static_reloc(unsigned int got_offset, unsigned int r_type,
455 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
547 unsigned got_offset = reloc.got_offset();
548 gold_assert(got_offset < oview_size);
551 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
582 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
583 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
586 Static_reloc(unsigned int got_offset, unsigned int r_type,
588 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
596 got_offset() const
4234 unsigned int got_offset);
4238 reserve_tlsdesc_entry(unsigned int got_offset)
4239 { this->tlsdesc_got_offset_ = got_offset; }
4320 unsigned int got_offset,
4324 got_offset, plt_offset);
4358 unsigned int got_offset,
4471 section_offset_type got_offset = got->current_data_size();
4476 got->set_current_data_size(got_offset + size / 8);
4479 this->add_relocation(symtab, layout, gsym, got_offset);
4500 section_offset_type got_offset = this->got_irelative_->current_data_size();
4504 this->got_irelative_->set_current_data_size(got_offset + size / 8);
4510 this->got_irelative_, got_offset, 0);
4520 Symbol_table* symtab, Layout* layout, Symbol* gsym, unsigned int got_offset)
4527 this->got_irelative_, got_offset, 0);
4533 got_offset, 0);
4685 unsigned int got_offset,
4874 unsigned int got_offset,
4879 Address gotplt_entry_address = got_address + got_offset;
5044 unsigned int got_offset = (size / 8) * AARCH64_GOTPLT_RESERVE_COUNT;
5052 got_offset += size / 8)
5056 got_offset, plt_offset);
5834 unsigned int got_offset = got->add_constant(0);
5837 this->plt_->reserve_tlsdesc_entry(got_offset);
5855 unsigned int got_offset = got->add_constant(0);
5857 got_offset, 0);
5859 this->got_mod_index_offset_ = got_offset;
6174 unsigned int got_offset =
6179 relr_dyn->add_local_relative(object, r_sym, got, got_offset);
6186 got, got_offset, 0, false);
6237 unsigned int got_offset =
6241 got->add_static_reloc(got_offset, elfcpp::R_AARCH64_TLS_TPREL64,
6328 unsigned int got_offset = got->add_constant(0);
6331 got_offset);
6339 got, got_offset, 0);
6573 unsigned int got_off = gsym->got_offset(GOT_TYPE_STANDARD);
6676 unsigned int got_offset =
6677 gsym->got_offset(GOT_TYPE_TLS_OFFSET);
6680 got->add_static_reloc(got_offset,
6944 unsigned int got_offset = this->plt_->get_tlsdesc_got_offset();
6949 this->got_, got_offset);
7075 int got_offset = 0;
7099 got_offset = gsym->got_offset(GOT_TYPE_STANDARD) - got_base;
7105 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD)
7232 value = target->got_->address() + got_base + got_offset;
7238 value = target->got_->address() + got_base + got_offset;
7246 value = target->got_->address() + got_base + got_offset + addend -
7385 gsym->got_offset(tls_got_offset_type);
7518 gsym->got_offset(tls_got_offset_type);
7622 + gsym->got_offset(tls_got_offset_type);