Home | History | Annotate | Download | only in gold

Lines Matching refs:got_plt_

2125       got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
2752 gold_assert(this->got_plt_ != NULL);
2753 return this->got_plt_;
2950 Output_data_space* got_plt_;
4280 this->got_plt_ = new Output_data_space(4, "** GOT PLT");
4283 this->got_plt_, got_order, is_got_relro);
4286 this->got_plt_->set_current_data_size(3 * 4);
4291 this->got_plt_,
7524 Output_data_space* got_plt_;
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative),
7607 got = this->got_plt_;
7684 this->rel_->add_global(gsym, elfcpp::R_ARM_JUMP_SLOT, this->got_plt_,
7882 const off_t got_file_offset = this->got_plt_->offset();
7883 gold_assert(got_file_offset + this->got_plt_->data_size()
7886 convert_to_section_size_type(this->got_plt_->data_size()
7893 Arm_address got_address = this->got_plt_->address();
7987 && this->got_plt_ != NULL
7989 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_,
9281 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt,