Lines Matching refs:got_
2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3382 Output_data_got_aarch64<size, big_endian>* got_; member in __anon20db65070111::Target_aarch64
3530 if (this->got_ == NULL) in got_section()
3553 this->got_ = new Output_data_got_aarch64<size, big_endian>(symtab, in got_section()
3557 this->got_, got_order, true); in got_section()
3561 this->got_->add_constant(0); in got_section()
3569 this->got_, in got_section()
3616 return this->got_; in got_section()
4081 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64()
4266 Output_data_got_aarch64<size, big_endian>* got_; member in __anon20db65070111::Output_data_plt_aarch64
4936 this->got_->address(); in do_write()
6556 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
6736 this->got_->finalize_data_size(); in do_finalize_sections()
6740 this->got_, got_offset); in do_finalize_sections()
6865 int got_base = (target->got_ != NULL in relocate()
6866 ? (target->got_->current_data_size() >= 0x8000 in relocate()
7021 value = target->got_->address() + got_base + got_offset; in relocate()
7027 value = target->got_->address() + got_base + got_offset; in relocate()
7160 got_entry_address = target->got_->address() + in relocate_tls()
7168 got_entry_address = target->got_->address() + in relocate_tls()
7216 target->got_->address()); in relocate_tls()
7293 got_entry_address = target->got_->address() + in relocate_tls()
7301 got_entry_address = target->got_->address() + in relocate_tls()
7389 got_tlsdesc_offset = (target->got_->data_size() in relocate_tls()
7396 got_entry_address = target->got_->address() in relocate_tls()
7405 got_entry_address = target->got_->address() + in relocate_tls()