Lines Matching refs:got_
2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2344 { return this->got_ != NULL; } in has_got_section()
2350 gold_assert(this->got_ != NULL); in got_size()
2351 return this->got_->data_size(); in got_size()
2946 Arm_output_data_got<big_endian>* got_; member in __anon5653a9be0111::Target_arm
4255 if (this->got_ == NULL) in got_section()
4270 this->got_ = new Arm_output_data_got<big_endian>(symtab, layout); in got_section()
4274 this->got_, got_order, is_got_relro); in got_section()
4306 return this->got_; in got_section()
7522 Arm_output_data_got<big_endian>* got_; member in __anon5653a9be0111::Output_data_plt_arm
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_arm()
7986 gold_assert(this->got_ != NULL in make_plt_section()
7989 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()