Lines Matching refs:got_offset

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