/toolchain/binutils/binutils-2.25/gold/ |
D | tilegx.cc | 76 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_tilegx() 88 layout_(layout), irelative_rel_(NULL), got_(got), in Output_data_plt_tilegx() 202 Output_data_got<size, big_endian>* got_; member in __anon011954cb0111::Output_data_plt_tilegx 239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx() 362 { return this->got_ != NULL; } in has_got_section() 368 gold_assert(this->got_ != NULL); in got_size() 369 return this->got_->data_size(); in got_size() 376 if (this->got_ == NULL) in got_entry_count() 636 Output_data_got<size, big_endian>* got_; member in __anon011954cb0111::Target_tilegx 1850 if (this->got_ == NULL) in got_section() [all …]
|
D | x86_64.cc | 98 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_x86_64() 110 tlsdesc_rel_(NULL), irelative_rel_(NULL), got_(got), in Output_data_plt_x86_64() 311 Output_data_got<64, false>* got_; member in __anon4c0d9acd0111::Output_data_plt_x86_64 423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64() 578 gold_assert(this->got_ != NULL); in got_size() 579 return this->got_->data_size(); in got_size() 586 if (this->got_ == NULL) in got_entry_count() 991 Output_data_got<64, false>* got_; member in __anon4c0d9acd0111::Target_x86_64 1089 if (this->got_ == NULL) in got_section() 1104 this->got_ = new Output_data_got<64, false>(); in got_section() [all …]
|
D | aarch64.cc | 2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64() 3382 Output_data_got_aarch64<size, big_endian>* got_; member in __anon20db65070111::Target_aarch64 3530 if (this->got_ == NULL) in got_section() 3553 this->got_ = new Output_data_got_aarch64<size, big_endian>(symtab, in got_section() 3557 this->got_, got_order, true); in got_section() 3561 this->got_->add_constant(0); in got_section() 3569 this->got_, in got_section() 3616 return this->got_; in got_section() 4081 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64() 4266 Output_data_got_aarch64<size, big_endian>* got_; member in __anon20db65070111::Output_data_plt_aarch64 [all …]
|
D | sparc.cc | 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc() 173 { return this->got_ != NULL; } in has_got_section() 179 gold_assert(this->got_ != NULL); in got_size() 180 return this->got_->data_size(); in got_size() 187 if (this->got_ == NULL) in got_entry_count() 196 if (this->got_ == NULL) in got_address() 198 return this->got_->address(); in got_address() 440 Output_data_got<size, big_endian>* got_; member in __anon256155f70111::Target_sparc 1217 if (this->got_ == NULL) in got_section() 1221 this->got_ = new Output_data_got<size, big_endian>(); in got_section() [all …]
|
D | i386.cc | 360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386() 502 gold_assert(this->got_ != NULL); in got_size() 503 return this->got_->data_size(); in got_size() 510 if (this->got_ == NULL) in got_entry_count() 855 Output_data_got<32, false>* got_; member in __anonf1ea37280111::Target_i386 909 if (this->got_ == NULL) in got_section() 913 this->got_ = new Output_data_got<32, false>(); in got_section() 929 this->got_, got_order, true); in got_section() 976 return this->got_; in got_section()
|
D | powerpc.cc | 508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), in Target_powerpc() 682 gold_assert(this->got_ != NULL); in got_size() 683 return this->got_->data_size(); in got_size() 724 gold_assert(this->got_ != NULL); in got_section() 725 return this->got_; in got_section() 740 if (this->got_ == NULL) in got_entry_count() 1262 Output_data_got_powerpc<size, big_endian>* got_; member in __anon0f0c9f3e0111::Target_powerpc 2333 if (this->got_ == NULL) in got_section() 2337 this->got_ in got_section() 2342 this->got_, ORDER_DATA, false); in got_section() [all …]
|
D | mips.cc | 2876 : Sized_target<size, big_endian>(info), got_(NULL), gp_(NULL), plt_(NULL), in Target_mips() 3034 gold_assert(this->got_ != NULL); in got_section() 3035 return this->got_; in got_section() 3491 { return this->got_ != NULL; } in has_got_section() 3573 gold_assert(this->got_ != NULL); in got_size() 3574 return this->got_->data_size(); in got_size() 3717 Mips_output_data_got<size, big_endian>* got_; member in __anona7e08b770111::Target_mips 7272 if (this->got_ == NULL) in got_section() 7276 this->got_ = new Mips_output_data_got<size, big_endian>(this, symtab, in got_section() 7281 this->got_, ORDER_DATA, false); in got_section() [all …]
|
D | arm.cc | 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 [all …]
|
D | ChangeLog | 645 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_, 679 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to 16119 (Output_data_plt_x86_64::got_): New field.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-9899 | 4137 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
|