Lines Matching refs:got_plt_
2474 : Output_section_data(size == 32 ? 4 : 8), got_plt_(got_plt), symbols_(), in Mips_output_data_plt()
2654 Output_data_space* got_plt_; member in __anon5561842d0111::Mips_output_data_plt
3330 got_plt_(NULL), rel_dyn_(NULL), rld_map_(NULL), copy_relocs_(), in Target_mips()
4105 gold_assert(this->got_plt_ != NULL); in got_plt_section()
4106 return this->got_plt_; in got_plt_section()
4239 Output_data_space* got_plt_; member in __anon5561842d0111::Target_mips
7471 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry()
7476 this->got_plt_->set_current_data_size(got_offset + size/8); in add_entry()
7479 this->rel_->add_global(gsym, elfcpp::R_MIPS_JUMP_SLOT, this->got_plt_, in add_entry()
7559 const off_t gotplt_file_offset = this->got_plt_->offset(); in do_write()
7561 convert_to_section_size_type(this->got_plt_->data_size()); in do_write()
7569 Mips_address gotplt_addr = this->got_plt_->address(); in do_write()
8666 this->got_plt_ = new Output_data_space(4, "** GOT PLT"); in make_plt_entry()
8669 this->got_plt_, ORDER_DATA, false); in make_plt_entry()
8672 this->got_plt_->set_current_data_size(2 * size/8); in make_plt_entry()
8675 this->got_plt_, in make_plt_entry()
9903 odyn->add_section_address(elfcpp::DT_MIPS_PLTGOT, this->got_plt_); in do_finalize_sections()