Lines Matching refs:got_plt_

239   Output_data_got_plt_i386* got_plt_;  member in __anonf1ea37280111::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386()
769 gold_assert(this->got_plt_ != NULL); in got_plt_section()
770 return this->got_plt_; in got_plt_section()
859 Output_data_got_plt_i386* got_plt_; member in __anonf1ea37280111::Target_i386
931 this->got_plt_ = new Output_data_got_plt_i386(layout); in got_section()
935 this->got_plt_, got_plt_order, in got_section()
939 this->got_plt_->set_current_data_size(3 * 4); in got_section()
951 this->got_plt_, in got_section()
1048 tls_desc_rel_(NULL), irelative_rel_(NULL), got_plt_(got_plt), in Output_data_plt_i386()
1099 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry()
1104 this->got_plt_->set_current_data_size(got_offset + 4); in add_entry()
1107 this->rel_->add_global(gsym, elfcpp::R_386_JUMP_SLOT, this->got_plt_, in add_entry()
1383 const off_t got_file_offset = this->got_plt_->offset(); in do_write()
1385 || (got_file_offset + this->got_plt_->data_size() in do_write()
1388 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
1397 elfcpp::Elf_types<32>::Elf_Addr got_address = this->got_plt_->address(); in do_write()
1437 unsigned char* got_irelative_view = got_view + this->got_plt_->data_size(); in do_write()
1479 this->got_plt_, in make_plt_section()
2625 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt, in do_finalize_sections()
2638 uint32_t data_size = this->got_plt_->current_data_size(); in do_finalize_sections()