| /netbsd/src/external/gpl3/binutils/dist/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 __anone952e9860111::Output_data_plt_tilegx 239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx() 376 { return this->got_ != NULL; } in has_got_section() 382 gold_assert(this->got_ != NULL); in got_size() 383 return this->got_->data_size(); in got_size() 390 if (this->got_ == NULL) in got_entry_count() 642 Output_data_got<size, big_endian>* got_; member in __anone952e9860111::Target_tilegx 1864 if (this->got_ == NULL) in got_section() [all …]
|
| D | s390.cc | 95 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_s390() 107 layout_(layout), irelative_rel_(NULL), got_(got), in Output_data_plt_s390() 236 Output_data_got<size, true>* got_; member in __anon4d868ee80111::Output_data_plt_s390 279 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_s390() 443 gold_assert(this->got_ != NULL); in got_size() 444 return this->got_->data_size(); in got_size() 451 if (this->got_ == NULL) in got_entry_count() 642 gold_assert(this->got_ != NULL); in got_section() 643 return this->got_; in got_section() 653 gold_assert(this->got_ != NULL); in got_address() [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() 228 { return this->got_; } in got() 338 Output_data_got<64, false>* got_; member in __anon34472f880111::Output_data_plt_x86_64 592 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64() 762 gold_assert(this->got_ != NULL); in got_size() 763 return this->got_->data_size(); in got_size() 770 if (this->got_ == NULL) in got_entry_count() 1246 Output_data_got<64, false>* got_; member in __anon34472f880111::Target_x86_64 1367 if (this->got_ == NULL) in got_section() [all …]
|
| D | aarch64.cc | 2923 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64() 3511 Output_data_got_aarch64<size, big_endian>* got_; member in __anon104791220111::Target_aarch64 3667 if (this->got_ == NULL) in got_section() 3690 this->got_ = new Output_data_got_aarch64<size, big_endian>(symtab, in got_section() 3694 this->got_, got_order, true); in got_section() 3698 this->got_->add_constant(0); in got_section() 3706 this->got_, in got_section() 3753 return this->got_; in got_section() 4218 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64() 4403 Output_data_got_aarch64<size, big_endian>* got_; member in __anon104791220111::Output_data_plt_aarch64 [all …]
|
| D | sparc.cc | 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc() 185 { return this->got_ != NULL; } in has_got_section() 191 gold_assert(this->got_ != NULL); in got_size() 192 return this->got_->data_size(); in got_size() 199 if (this->got_ == NULL) in got_entry_count() 208 if (this->got_ == NULL) in got_address() 210 return this->got_->address(); in got_address() 453 Output_data_got<size, big_endian>* got_; member in __anonb80dbf520111::Target_sparc 1234 if (this->got_ == NULL) in got_section() 1238 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() 518 gold_assert(this->got_ != NULL); in got_size() 519 return this->got_->data_size(); in got_size() 526 if (this->got_ == NULL) in got_entry_count() 880 Output_data_got<32, false>* got_; member in __anon4bb161230111::Target_i386 936 if (this->got_ == NULL) in got_section() 940 this->got_ = new Output_data_got<32, false>(); in got_section() 956 this->got_, got_order, true); in got_section() 1003 return this->got_; in got_section()
|
| D | mips.cc | 3329 : Sized_target<size, big_endian>(info), got_(NULL), gp_(NULL), plt_(NULL), in Target_mips() 3502 gold_assert(this->got_ != NULL); in got_section() 3503 return this->got_; in got_section() 3951 { return this->got_ != NULL; } in has_got_section() 4084 gold_assert(this->got_ != NULL); in got_size() 4085 return this->got_->data_size(); in got_size() 4233 Mips_output_data_got<size, big_endian>* got_; member in __anon01a7b5720111::Target_mips 8498 if (this->got_ == NULL) in got_section() 8502 this->got_ = new Mips_output_data_got<size, big_endian>(this, symtab, in got_section() 8507 this->got_, ORDER_DATA, false); in got_section() [all …]
|
| D | powerpc.cc | 673 got_(NULL), biggot_(NULL), plt_(NULL), iplt_(NULL), lplt_(NULL), in Target_powerpc() 916 gold_assert(this->got_ != NULL); in got_size() 917 return this->got_->data_size() + (this->biggot_ in got_size() 995 gold_assert(this->got_ != NULL); in got_section() 997 return this->got_; in got_section() 1010 return this->got_->address() + this->got_->g_o_t(); in toc_pointer() 1018 return this->got_->g_o_t(); in got_base_offset() 1030 if (this->got_ == NULL) in got_entry_count() 1715 Output_data_got_powerpc<size, big_endian>* got_; member in __anonfe78cb590111::Target_powerpc 3156 if (this->got_ == NULL) in got_section() [all …]
|
| D | arm.cc | 2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm() 2361 { return this->got_ != NULL; } in has_got_section() 2367 gold_assert(this->got_ != NULL); in got_size() 2368 return this->got_->data_size(); in got_size() 3001 Arm_output_data_got<big_endian>* got_; member in __anon689000590111::Target_arm 4317 if (this->got_ == NULL) in got_section() 4332 this->got_ = new Arm_output_data_got<big_endian>(symtab, layout); in got_section() 4336 this->got_, got_order, is_got_relro); in got_section() 4368 return this->got_; in got_section() 7619 Arm_output_data_got<big_endian>* got_; member in __anon689000590111::Output_data_plt_arm [all …]
|
| D | ChangeLog-0815 | 1578 (Output_data_plt_arm::got_): New member. 2062 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_, 2096 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to 17536 (Output_data_plt_x86_64::got_): New field.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9899 | 4137 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ChangeLog-9899 | 4137 * elf-bfd.h (struct elf_backend_data): Add got_ & plt_header_size.
|