Home | History | Annotate | Download | only in gold

Lines Matching full:got_

2125       got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
2344 { return this->got_ != NULL; }
2350 gold_assert(this->got_ != NULL);
2351 return this->got_->data_size();
2946 Arm_output_data_got<big_endian>* got_;
4255 if (this->got_ == NULL)
4270 this->got_ = new Arm_output_data_got<big_endian>(symtab, layout);
4274 this->got_, got_order, is_got_relro);
4306 return this->got_;
7522 Arm_output_data_got<big_endian>* got_;
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative),
7986 gold_assert(this->got_ != NULL
7989 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_,