/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | tilegx.cc | 139 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 143 get_plt_entry_size() const in get_plt_entry_size() function in __anon3f31efee0111::Output_data_plt_tilegx 150 this->free_list_.remove((plt_index + 1) * this->get_plt_entry_size(), in reserve_slot() 151 (plt_index + 2) * this->get_plt_entry_size()); in reserve_slot() 2003 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 2066 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry() 2068 plt_offset = (plt_index + 1) * this->get_plt_entry_size(); in add_entry() 2085 plt_offset = this->free_list_.allocate(this->get_plt_entry_size(), in add_entry() 2086 this->get_plt_entry_size(), 0); in add_entry() 2094 plt_index = plt_offset / this->get_plt_entry_size() - 1; in add_entry() [all …]
|
H A D | x86_64.cc | 160 * this->get_plt_entry_size()); in get_tlsdesc_plt_offset() 195 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 199 get_plt_entry_size() const in get_plt_entry_size() function in __anon8a2635f00111::Output_data_plt_x86_64 206 this->free_list_.remove((plt_index + 1) * this->get_plt_entry_size(), in reserve_slot() 207 (plt_index + 2) * this->get_plt_entry_size()); in reserve_slot() 1748 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 1789 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry() 1806 plt_offset = this->free_list_.allocate(this->get_plt_entry_size(), in add_entry() 1807 this->get_plt_entry_size(), 0); in add_entry() 1815 plt_index = plt_offset / this->get_plt_entry_size() - 1; in add_entry() [all …]
|
H A D | i386.cc | 125 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 129 get_plt_entry_size() const in get_plt_entry_size() function in __anonb1cbad8b0111::Output_data_plt_i386 206 * this->get_plt_entry_size()); in set_final_data_size() 1105 gsym->set_plt_offset(this->irelative_count_ * this->get_plt_entry_size()); in add_entry() 1122 gsym->set_plt_offset((this->count_ + 1) * this->get_plt_entry_size()); in add_entry() 1153 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 1242 offset = (this->count_ + 1) * this->get_plt_entry_size(); in address_for_global() 1254 + (this->count_ + 1) * this->get_plt_entry_size() in address_for_local() 1427 pov += this->get_plt_entry_size(); in do_write() 1435 unsigned int plt_offset = this->get_plt_entry_size(); in do_write() [all …]
|
H A D | aarch64.cc | 4260 * this->get_plt_entry_size()); in get_tlsdesc_plt_offset() 4294 get_plt_entry_size() const in get_plt_entry_size() function in __anon2207648a0111::Output_data_plt_aarch64 4439 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 4469 gsym->set_plt_offset((*pcount) * this->get_plt_entry_size() in add_entry() 4500 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 4612 this->count_ * this->get_plt_entry_size()); in address_for_global() 4627 + this->count_ * this->get_plt_entry_size() in address_for_local() 4642 + count * this->get_plt_entry_size() in set_final_data_size() 5052 pov += this->get_plt_entry_size(), in do_write() 5054 plt_offset += this->get_plt_entry_size(), in do_write() [all …]
|
H A D | s390.cc | 162 get_plt_entry_size() const in get_plt_entry_size() function in __anonb3a0db500111::Output_data_plt_s390 1549 pov += this->get_plt_entry_size(); in do_write() 1555 unsigned int plt_offset = this->get_plt_entry_size(); in do_write() 1810 return this->plt_->get_plt_entry_size(); in plt_entry_size()
|
H A D | arm.cc | 7542 get_plt_entry_size() const in get_plt_entry_size() function in __anon44de5fc10111::Output_data_plt_arm 7602 * this->get_plt_entry_size())); in set_final_data_size() 7711 + (*entry_count) * this->get_plt_entry_size()); in add_entry() 7745 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 7838 this->count_ * this->get_plt_entry_size()); in address_for_global() 7855 + this->count_ * this->get_plt_entry_size() in address_for_local() 8118 pov += this->get_plt_entry_size(), in do_write() 8120 plt_offset += this->get_plt_entry_size(), in do_write() 8260 return this->plt_->get_plt_entry_size(); in plt_entry_size()
|
H A D | sparc.cc | 1349 get_plt_entry_size() in get_plt_entry_size() function in __anone17198ba0111::Output_data_plt_sparc 1900 return Output_data_plt_sparc<size, big_endian>::get_plt_entry_size(); in plt_entry_size()
|
H A D | ChangeLog-0815 | 2896 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and 5073 (Output_data_plt_arm::get_plt_entry_size): Call it. 5079 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size 5096 Use get_plt_entry_size method rather than plt_entry_size variable. 5108 (Output_data_plt_x86_64::get_plt_entry_size): Just call that. 5137 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method 5147 non-static. Use get_plt_entry_size method rather than plt_entry_size 5151 (Output_data_plt_i386::get_plt_entry_size): Call it. 5160 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size 5182 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | tilegx.cc | 139 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 143 get_plt_entry_size() const in get_plt_entry_size() function in __anon12bb53010111::Output_data_plt_tilegx 150 this->free_list_.remove((plt_index + 1) * this->get_plt_entry_size(), in reserve_slot() 151 (plt_index + 2) * this->get_plt_entry_size()); in reserve_slot() 2003 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 2066 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry() 2068 plt_offset = (plt_index + 1) * this->get_plt_entry_size(); in add_entry() 2085 plt_offset = this->free_list_.allocate(this->get_plt_entry_size(), in add_entry() 2086 this->get_plt_entry_size(), 0); in add_entry() 2094 plt_index = plt_offset / this->get_plt_entry_size() - 1; in add_entry() [all …]
|
H A D | x86_64.cc | 160 * this->get_plt_entry_size()); in get_tlsdesc_plt_offset() 195 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 199 get_plt_entry_size() const in get_plt_entry_size() function in __anon5daf99030111::Output_data_plt_x86_64 206 this->free_list_.remove((plt_index + 1) * this->get_plt_entry_size(), in reserve_slot() 207 (plt_index + 2) * this->get_plt_entry_size()); in reserve_slot() 1638 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 1679 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry() 1696 plt_offset = this->free_list_.allocate(this->get_plt_entry_size(), in add_entry() 1697 this->get_plt_entry_size(), 0); in add_entry() 1705 plt_index = plt_offset / this->get_plt_entry_size() - 1; in add_entry() [all …]
|
H A D | i386.cc | 125 { return this->get_plt_entry_size(); } in first_plt_entry_offset() 129 get_plt_entry_size() const in get_plt_entry_size() function in __anon9f6b2fde0111::Output_data_plt_i386 206 * this->get_plt_entry_size()); in set_final_data_size() 1105 gsym->set_plt_offset(this->irelative_count_ * this->get_plt_entry_size()); in add_entry() 1122 gsym->set_plt_offset((this->count_ + 1) * this->get_plt_entry_size()); in add_entry() 1153 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 1242 offset = (this->count_ + 1) * this->get_plt_entry_size(); in address_for_global() 1254 + (this->count_ + 1) * this->get_plt_entry_size() in address_for_local() 1427 pov += this->get_plt_entry_size(); in do_write() 1435 unsigned int plt_offset = this->get_plt_entry_size(); in do_write() [all …]
|
H A D | aarch64.cc | 4262 * this->get_plt_entry_size()); in get_tlsdesc_plt_offset() 4296 get_plt_entry_size() const in get_plt_entry_size() function in __anon66bd29fd0111::Output_data_plt_aarch64 4441 os->set_entsize(this->get_plt_entry_size()); in do_adjust_output_section() 4471 gsym->set_plt_offset((*pcount) * this->get_plt_entry_size() in add_entry() 4502 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 4614 this->count_ * this->get_plt_entry_size()); in address_for_global() 4629 + this->count_ * this->get_plt_entry_size() in address_for_local() 4644 + count * this->get_plt_entry_size() in set_final_data_size() 5054 pov += this->get_plt_entry_size(), in do_write() 5056 plt_offset += this->get_plt_entry_size(), in do_write() [all …]
|
H A D | s390.cc | 162 get_plt_entry_size() const in get_plt_entry_size() function in __anona1405da30111::Output_data_plt_s390 1549 pov += this->get_plt_entry_size(); in do_write() 1555 unsigned int plt_offset = this->get_plt_entry_size(); in do_write() 1810 return this->plt_->get_plt_entry_size(); in plt_entry_size()
|
H A D | arm.cc | 7542 get_plt_entry_size() const in get_plt_entry_size() function in __anon7a9d63b40111::Output_data_plt_arm 7602 * this->get_plt_entry_size())); in set_final_data_size() 7711 + (*entry_count) * this->get_plt_entry_size()); in add_entry() 7745 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() 7838 this->count_ * this->get_plt_entry_size()); in address_for_global() 7855 + this->count_ * this->get_plt_entry_size() in address_for_local() 8118 pov += this->get_plt_entry_size(), in do_write() 8120 plt_offset += this->get_plt_entry_size(), in do_write() 8260 return this->plt_->get_plt_entry_size(); in plt_entry_size()
|
H A D | sparc.cc | 1349 get_plt_entry_size() in get_plt_entry_size() function in __anon8301656d0111::Output_data_plt_sparc 1900 return Output_data_plt_sparc<size, big_endian>::get_plt_entry_size(); in plt_entry_size()
|
H A D | ChangeLog-0815 | 2896 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and 5073 (Output_data_plt_arm::get_plt_entry_size): Call it. 5079 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size 5096 Use get_plt_entry_size method rather than plt_entry_size variable. 5108 (Output_data_plt_x86_64::get_plt_entry_size): Just call that. 5137 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method 5147 non-static. Use get_plt_entry_size method rather than plt_entry_size 5151 (Output_data_plt_i386::get_plt_entry_size): Call it. 5160 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size 5182 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method [all …]
|