Home | History | Annotate | Download | only in gold

Lines Matching refs:got_plt_

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