Lines Matching refs:got_plt_
2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3254 gold_assert(this->got_plt_ != NULL); in got_plt_section()
3255 return this->got_plt_; in got_plt_section()
3386 Output_data_space* got_plt_; member in __anon20db65070111::Target_aarch64
3576 this->got_plt_ = new Output_data_space(size / 8, "** GOT PLT"); in got_section()
3580 this->got_plt_, got_plt_order, in got_section()
3584 this->got_plt_->set_current_data_size( in got_section()
4081 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64()
4269 Output_data_space* got_plt_; member in __anon20db65070111::Output_data_plt_aarch64
4331 got = this->got_plt_; in add_entry()
4400 this->rel_->add_global(gsym, elfcpp::R_AARCH64_JUMP_SLOT, this->got_plt_, in add_relocation()
4885 const off_t got_file_offset = this->got_plt_->offset(); in do_write()
4886 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
4890 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
4901 = this->got_plt_->address(); in do_write()
6556 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
6718 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt, in do_finalize_sections()
6749 uint64_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()