Lines Matching refs:got_plt_
2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2752 gold_assert(this->got_plt_ != NULL); in got_plt_section()
2753 return this->got_plt_; in got_plt_section()
2950 Output_data_space* got_plt_; member in __anon5653a9be0111::Target_arm
4280 this->got_plt_ = new Output_data_space(4, "** GOT PLT"); in got_section()
4283 this->got_plt_, got_order, is_got_relro); in got_section()
4286 this->got_plt_->set_current_data_size(3 * 4); in got_section()
4291 this->got_plt_, in got_section()
7524 Output_data_space* got_plt_; member in __anon5653a9be0111::Output_data_plt_arm
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_arm()
7607 got = this->got_plt_; in add_entry()
7684 this->rel_->add_global(gsym, elfcpp::R_ARM_JUMP_SLOT, this->got_plt_, in add_relocation()
7882 const off_t got_file_offset = this->got_plt_->offset(); in do_write()
7883 gold_assert(got_file_offset + this->got_plt_->data_size() in do_write()
7886 convert_to_section_size_type(this->got_plt_->data_size() in do_write()
7893 Arm_address got_address = this->got_plt_->address(); in do_write()
7987 && this->got_plt_ != NULL in make_plt_section()
7989 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
9281 layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt, in do_finalize_sections()