Lines Matching refs:got_
76 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_tilegx()
88 layout_(layout), irelative_rel_(NULL), got_(got), in Output_data_plt_tilegx()
202 Output_data_got<size, big_endian>* got_; member in __anon011954cb0111::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx()
362 { return this->got_ != NULL; } in has_got_section()
368 gold_assert(this->got_ != NULL); in got_size()
369 return this->got_->data_size(); in got_size()
376 if (this->got_ == NULL) in got_entry_count()
636 Output_data_got<size, big_endian>* got_; member in __anon011954cb0111::Target_tilegx
1850 if (this->got_ == NULL) in got_section()
1865 this->got_ = new Output_data_got<size, big_endian>(); in got_section()
1870 this->got_, got_order, true); in got_section()
1876 this->got_, in got_section()
1894 this->got_->add_global(this->tilegx_dynamic_, GOT_TYPE_STANDARD); in got_section()
1897 this->got_->set_current_data_size(size / 8); in got_section()
1928 return this->got_; in got_section()
2525 TILEGX_INST_BUNDLE_SIZE, this->got_, this->got_plt_, in make_plt_section()
2613 gold_assert(this->got_ == NULL); in init_got_plt_for_update()
2615 this->got_ = in init_got_plt_for_update()
2622 this->got_, ORDER_RELRO_LAST, in init_got_plt_for_update()
2629 this->got_, in init_got_plt_for_update()
2645 this->got_->add_global(this->tilegx_dynamic_, GOT_TYPE_STANDARD); in init_got_plt_for_update()
2647 this->got_->set_current_data_size(size / 8); in init_got_plt_for_update()
2670 this->plt_entry_size(), this->got_, this->got_plt_, this->got_irelative_, in init_got_plt_for_update()
2684 return this->got_; in init_got_plt_for_update()
2702 this->got_->reserve_local(got_index, obj, r_sym, got_type); in reserve_local_got_entry()
2708 this->got_, got_offset, 0, false); in reserve_local_got_entry()
2714 this->got_, got_offset, 0); in reserve_local_got_entry()
2717 this->got_->reserve_slot(got_index + 1); in reserve_local_got_entry()
2721 this->got_, got_offset, 0); in reserve_local_got_entry()
2743 this->got_->reserve_global(got_index, gsym, got_type); in reserve_global_got_entry()
2754 this->got_, got_offset, 0); in reserve_global_got_entry()
2757 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2764 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2767 this->got_->reserve_slot(got_index + 1); in reserve_global_got_entry()
2771 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2775 this->got_, got_offset + size / 8, in reserve_global_got_entry()
4264 uint64_t data_size = this->got_->current_data_size(); in do_finalize_sections()
4366 int got_base = target->got_ != NULL in relocate()
4367 ? target->got_->current_data_size() >= 0x8000 ? 0x8000 : 0 in relocate()