Lines Matching refs:got_

98       irelative_rel_(NULL), got_(got), got_plt_(got_plt),  in Output_data_plt_x86_64()
110 tlsdesc_rel_(NULL), irelative_rel_(NULL), got_(got), in Output_data_plt_x86_64()
311 Output_data_got<64, false>* got_; member in __anon4c0d9acd0111::Output_data_plt_x86_64
423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64()
578 gold_assert(this->got_ != NULL); in got_size()
579 return this->got_->data_size(); in got_size()
586 if (this->got_ == NULL) in got_entry_count()
991 Output_data_got<64, false>* got_; member in __anon4c0d9acd0111::Target_x86_64
1089 if (this->got_ == NULL) in got_section()
1104 this->got_ = new Output_data_got<64, false>(); in got_section()
1109 this->got_, got_order, true); in got_section()
1156 return this->got_; in got_section()
1658 typename elfcpp::Elf_types<size>::Elf_Addr got_base = this->got_->address(); in do_write()
1721 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
1821 gold_assert(this->got_ == NULL); in init_got_plt_for_update()
1823 this->got_ = new Output_data_got<64, false>(got_count * 8); in init_got_plt_for_update()
1827 this->got_, ORDER_RELRO_LAST, in init_got_plt_for_update()
1866 this->plt_ = this->make_data_plt(layout, this->got_, in init_got_plt_for_update()
1886 return this->got_; in init_got_plt_for_update()
1903 this->got_->reserve_local(got_index, obj, r_sym, got_type); in reserve_local_got_entry()
1909 this->got_, got_offset, 0, false); in reserve_local_got_entry()
1913 this->got_, got_offset, 0); in reserve_local_got_entry()
1916 this->got_->reserve_slot(got_index + 1); in reserve_local_got_entry()
1918 this->got_, got_offset, 0); in reserve_local_got_entry()
1943 this->got_->reserve_global(got_index, gsym, got_type); in reserve_global_got_entry()
1954 this->got_, got_offset, 0); in reserve_global_got_entry()
1957 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1962 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1965 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
1967 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1969 this->got_, got_offset + 8, 0, false); in reserve_global_got_entry()
1972 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
1974 this->got_, got_offset, 0, false); in reserve_global_got_entry()
3211 this->got_->finalize_data_size(); in do_finalize_sections()
3215 this->got_, got_offset); in do_finalize_sections()