Searched refs:got_ (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dtilegx.cc76 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_; member in class:__anon597::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
376 { return this->got_ != NULL; }
382 gold_assert(this->got_ != NULL);
383 return this->got_->data_size();
390 if (this->got_ == NULL)
642 Output_data_got<size, big_endian>* got_; member in class:__anon597::Target_tilegx
1860 if (this->got_
[all...]
H A Dx86_64.cc98 irelative_rel_(NULL), got_(got), got_plt_(got_plt),
110 tlsdesc_rel_(NULL), irelative_rel_(NULL), got_(got),
228 { return this->got_; }
338 Output_data_got<64, false>* got_; member in class:__anon593::Output_data_plt_x86_64
589 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
753 gold_assert(this->got_ != NULL);
754 return this->got_->data_size();
761 if (this->got_ == NULL)
1214 Output_data_got<64, false>* got_; member in class:__anon593::Target_x86_64
1314 if (this->got_
[all...]
H A Ds390.cc95 irelative_rel_(NULL), got_(got), got_plt_(got_plt),
107 layout_(layout), irelative_rel_(NULL), got_(got),
236 Output_data_got<size, true>* got_; member in class:__anon577::Output_data_plt_s390
279 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
438 gold_assert(this->got_ != NULL);
439 return this->got_->data_size();
446 if (this->got_ == NULL)
637 gold_assert(this->got_ != NULL);
638 return this->got_;
648 gold_assert(this->got_ !
737 Output_data_got<size, true>* got_; member in class:__anon577::Target_s390
[all...]
H A Daarch64.cc2842 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
3430 Output_data_got_aarch64<size, big_endian>* got_; member in class:__anon527::Output_data_got_aarch64::Target_aarch64
3582 if (this->got_ == NULL)
3605 this->got_ = new Output_data_got_aarch64<size, big_endian>(symtab,
3609 this->got_, got_order, true);
3613 this->got_->add_constant(0);
3621 this->got_,
3668 return this->got_;
4135 got_(got), got_plt_(got_plt), got_irelative_(got_irelative),
4320 Output_data_got_aarch64<size, big_endian>* got_; member in class:__anon527::Output_data_got_aarch64::Output_data_plt_aarch64
[all...]
H A Dsparc.cc61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
185 { return this->got_ != NULL; }
191 gold_assert(this->got_ != NULL);
192 return this->got_->data_size();
199 if (this->got_ == NULL)
208 if (this->got_ == NULL)
210 return this->got_->address();
453 Output_data_got<size, big_endian>* got_; member in class:__anon581::Target_sparc
1232 if (this->got_ == NULL)
1236 this->got_
[all...]
H A Di386.cc360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
518 gold_assert(this->got_ != NULL);
519 return this->got_->data_size();
526 if (this->got_ == NULL)
880 Output_data_got<32, false>* got_; member in class:__anon550::Target_i386
935 if (this->got_ == NULL)
939 this->got_ = new Output_data_got<32, false>();
955 this->got_, got_order, true);
1002 return this->got_;
H A Dmips.cc3294 : Sized_target<size, big_endian>(info), got_(NULL), gp_(NULL), plt_(NULL),
3467 gold_assert(this->got_ != NULL);
3468 return this->got_;
3897 { return this->got_ != NULL; }
4028 gold_assert(this->got_ != NULL);
4029 return this->got_->data_size();
4175 Mips_output_data_got<size, big_endian>* got_; member in class:__anon554::Target_mips
8318 if (this->got_ == NULL)
8322 this->got_ = new Mips_output_data_got<size, big_endian>(this, symtab,
8327 this->got_, ORDER_DAT
[all...]
H A Dpowerpc.cc603 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL),
799 gold_assert(this->got_ != NULL);
800 return this->got_->data_size();
841 gold_assert(this->got_ != NULL);
842 return this->got_;
857 if (this->got_ == NULL)
1389 Output_data_got_powerpc<size, big_endian>* got_; member in class:__anon572::Target_powerpc
2583 if (this->got_ == NULL)
2587 this->got_
2592 this->got_, ORDER_DAT
[all...]
H A Darm.cc2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
2361 { return this->got_ != NULL; }
2367 gold_assert(this->got_ != NULL);
2368 return this->got_->data_size();
3001 Arm_output_data_got<big_endian>* got_;
4316 if (this->got_ == NULL)
4331 this->got_ = new Arm_output_data_got<big_endian>(symtab, layout);
4335 this->got_, got_order, is_got_relro);
4367 return this->got_;
7599 Arm_output_data_got<big_endian>* got_;
[all...]

Completed in 243 milliseconds