Home | History | Annotate | Download | only in gold

Lines Matching refs:got_plt_

2271     : Output_section_data(size == 32 ? 4 : 8), got_plt_(got_plt), symbols_(),
2450 Output_data_space* got_plt_;
2877 got_plt_(NULL), rel_dyn_(NULL), copy_relocs_(),
3594 gold_assert(this->got_plt_ != NULL);
3595 return this->got_plt_;
3723 Output_data_space* got_plt_;
6312 section_offset_type got_offset = this->got_plt_->current_data_size();
6317 this->got_plt_->set_current_data_size(got_offset + size/8);
6320 this->rel_->add_global(gsym, elfcpp::R_MIPS_JUMP_SLOT, this->got_plt_,
6400 const off_t gotplt_file_offset = this->got_plt_->offset();
6402 convert_to_section_size_type(this->got_plt_->data_size());
6410 Mips_address gotplt_addr = this->got_plt_->address();
7463 this->got_plt_ = new Output_data_space(4, "** GOT PLT");
7466 this->got_plt_, ORDER_DATA, false);
7469 this->got_plt_->set_current_data_size(2 * size/8);
7472 this->got_plt_,
8190 odyn->add_section_address(elfcpp::DT_MIPS_PLTGOT, this->got_plt_);