Lines Matching refs:got_plt_
2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2805 gold_assert(this->got_plt_ != NULL); in got_plt_section()
2806 return this->got_plt_; in got_plt_section()
3005 Output_data_space* got_plt_; member in __anon44de5fc10111::Target_arm
4342 this->got_plt_ = new Output_data_space(4, "** GOT PLT"); in got_section()
4345 this->got_plt_, got_order, is_got_relro); in got_section()
4348 this->got_plt_->set_current_data_size(3 * 4); in got_section()
4353 this->got_plt_, in got_section()
7621 Output_data_space* got_plt_; member in __anon44de5fc10111::Output_data_plt_arm
7645 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_arm()
7704 got = this->got_plt_; in add_entry()
7781 this->rel_->add_global(gsym, elfcpp::R_ARM_JUMP_SLOT, this->got_plt_, in add_relocation()
8089 const off_t got_file_offset = this->got_plt_->offset(); in do_write()
8090 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
8093 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
8100 Arm_address got_address = this->got_plt_->address(); in do_write()
8194 && this->got_plt_ != NULL in make_plt_section()
8196 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
9486 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt, in do_finalize_sections()