Home | History | Annotate | Download | only in gold

Lines Matching refs:got_plt_

98       irelative_rel_(NULL), got_(got), got_plt_(got_plt),
111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
313 Output_data_got_plt_x86_64* got_plt_;
423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
887 gold_assert(this->got_plt_ != NULL);
888 return this->got_plt_;
995 Output_data_got_plt_x86_64* got_plt_;
1111 this->got_plt_ = new Output_data_got_plt_x86_64(layout);
1115 this->got_plt_, got_plt_order,
1119 this->got_plt_->set_current_data_size(3 * 8);
1131 this->got_plt_,
1270 got = this->got_plt_;
1366 this->rel_->add_global(gsym, elfcpp::R_X86_64_JUMP_SLOT, this->got_plt_,
1643 const off_t got_file_offset = this->got_plt_->offset();
1645 || (got_file_offset + this->got_plt_->data_size()
1648 convert_to_section_size_type(this->got_plt_->data_size()
1663 = this->got_plt_->address();
1721 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_,
1831 this->got_plt_ = new Output_data_got_plt_x86_64(layout, (plt_count + 3) * 8);
1835 this->got_plt_, ORDER_NON_RELRO_FIRST,
1842 this->got_plt_,
1867 this->got_plt_,
3198 layout->add_target_dynamic_tags(false, this->got_plt_, rel_plt,
3229 uint64_t data_size = this->got_plt_->current_data_size();