Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

439   add_static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
440 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
447 add_static_reloc(unsigned int got_offset, unsigned int r_type,
451 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
543 unsigned got_offset = reloc.got_offset();
544 gold_assert(got_offset < oview_size);
547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset);
578 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym)
579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
582 Static_reloc(unsigned int got_offset, unsigned int r_type,
584 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
592 got_offset() const
4102 unsigned int got_offset);
4106 reserve_tlsdesc_entry(unsigned int got_offset)
4107 { this->tlsdesc_got_offset_ = got_offset; }
4188 unsigned int got_offset,
4192 got_offset, plt_offset);
4226 unsigned int got_offset,
4339 section_offset_type got_offset = got->current_data_size();
4344 got->set_current_data_size(got_offset + size / 8);
4347 this->add_relocation(symtab, layout, gsym, got_offset);
4368 section_offset_type got_offset = this->got_irelative_->current_data_size();
4372 this->got_irelative_->set_current_data_size(got_offset + size / 8);
4378 this->got_irelative_, got_offset, 0);
4388 Symbol_table* symtab, Layout* layout, Symbol* gsym, unsigned int got_offset)
4395 this->got_irelative_, got_offset, 0);
4401 got_offset, 0);
4553 unsigned int got_offset,
4742 unsigned int got_offset,
4747 Address gotplt_entry_address = got_address + got_offset;
4912 unsigned int got_offset = (size / 8) * AARCH64_GOTPLT_RESERVE_COUNT;
4920 got_offset += size / 8)
4924 got_offset, plt_offset);
5676 unsigned int got_offset = got->add_constant(0);
5679 this->plt_->reserve_tlsdesc_entry(got_offset);
5697 unsigned int got_offset = got->add_constant(0);
5699 got_offset, 0);
5701 this->got_mod_index_offset_ = got_offset;
6056 unsigned int got_offset =
6060 got->add_static_reloc(got_offset, elfcpp::R_AARCH64_TLS_TPREL64,
6145 unsigned int got_offset = got->add_constant(0);
6148 got_offset);
6156 got, got_offset, 0);
6379 gsym->got_offset(GOT_TYPE_STANDARD),
6472 unsigned int got_offset =
6473 gsym->got_offset(GOT_TYPE_TLS_OFFSET);
6476 got->add_static_reloc(got_offset,
6735 unsigned int got_offset = this->plt_->get_tlsdesc_got_offset();
6740 this->got_, got_offset);
6864 int got_offset = 0;
6888 got_offset = gsym->got_offset(GOT_TYPE_STANDARD) - got_base;
6894 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD)
7021 value = target->got_->address() + got_base + got_offset;
7027 value = target->got_->address() + got_base + got_offset;
7161 gsym->got_offset(tls_got_offset_type);
7294 gsym->got_offset
7398 + gsym->got_offset(tls_got_offset_type);