/toolchain/binutils/binutils-2.25/gold/ |
tilegx.cc | 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_; member in class:__anon75766::Output_data_plt_tilegx 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_; member in class:__anon75766::Target_tilegx [all...] |
x86_64.cc | 98 irelative_rel_(NULL), got_(got), got_plt_(got_plt), 110 tlsdesc_rel_(NULL), irelative_rel_(NULL), got_(got), 311 Output_data_got<64, false>* got_; member in class:__anon75768::Output_data_plt_x86_64 423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), 578 gold_assert(this->got_ != NULL); 579 return this->got_->data_size(); 586 if (this->got_ == NULL) 991 Output_data_got<64, false>* got_; member in class:__anon75768::Target_x86_64 [all...] |
aarch64.cc | 3382 Output_data_got_aarch64<size, big_endian>* got_; member in class:__anon75707::Output_data_got_aarch64::Target_aarch64 4266 Output_data_got_aarch64<size, big_endian>* got_; member in class:__anon75707::Output_data_got_aarch64::Output_data_plt_aarch64 [all...] |
sparc.cc | 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), 173 { return this->got_ != NULL; } 179 gold_assert(this->got_ != NULL); 180 return this->got_->data_size(); 187 if (this->got_ == NULL) 196 if (this->got_ == NULL) 198 return this->got_->address(); 440 Output_data_got<size, big_endian>* got_; member in class:__anon75756::Target_sparc [all...] |
i386.cc | 360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), 502 gold_assert(this->got_ != NULL); 503 return this->got_->data_size(); 510 if (this->got_ == NULL) 855 Output_data_got<32, false>* got_; member in class:__anon75729::Target_i386 909 if (this->got_ == NULL) 913 this->got_ = new Output_data_got<32, false>(); 929 this->got_, got_order, true); 976 return this->got_; [all...] |
powerpc.cc | 508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), 682 gold_assert(this->got_ != NULL); 683 return this->got_->data_size(); 724 gold_assert(this->got_ != NULL); 725 return this->got_; 740 if (this->got_ == NULL) 1262 Output_data_got_powerpc<size, big_endian>* got_; member in class:__anon75751::Target_powerpc [all...] |
mips.cc | 3717 Mips_output_data_got<size, big_endian>* got_; member in class:__anon75733::Target_mips [all...] |
arm.cc | [all...] |
ChangeLog | 645 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_, 679 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ChangeLog-9899 | [all...] |
ChangeLog-0203 | [all...] |