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