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