Lines Matching refs:got_plt_

239   Output_data_got_plt_i386* got_plt_;  member in __anonb1cbad8b0111::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386()
792 gold_assert(this->got_plt_ != NULL); in got_plt_section()
793 return this->got_plt_; in got_plt_section()
884 Output_data_got_plt_i386* got_plt_; member in __anonb1cbad8b0111::Target_i386
958 this->got_plt_ = new Output_data_got_plt_i386(layout); in got_section()
962 this->got_plt_, got_plt_order, in got_section()
966 this->got_plt_->set_current_data_size(3 * 4); in got_section()
978 this->got_plt_, in got_section()
1075 tls_desc_rel_(NULL), irelative_rel_(NULL), got_plt_(got_plt), in Output_data_plt_i386()
1126 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry()
1131 this->got_plt_->set_current_data_size(got_offset + 4); in add_entry()
1134 this->rel_->add_global(gsym, elfcpp::R_386_JUMP_SLOT, this->got_plt_, in add_entry()
1410 const off_t got_file_offset = this->got_plt_->offset(); in do_write()
1412 || (got_file_offset + this->got_plt_->data_size() in do_write()
1415 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
1424 elfcpp::Elf_types<32>::Elf_Addr got_address = this->got_plt_->address(); in do_write()
1464 unsigned char* got_irelative_view = got_view + this->got_plt_->data_size(); in do_write()
1506 this->got_plt_, in make_plt_section()
2674 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt, in do_finalize_sections()
2687 uint32_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()