Home
last modified time | relevance | path

Searched refs:first_plt_entry_offset (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Daarch64.cc2928 first_plt_entry_offset() const;
4123 return (this->first_plt_entry_offset() + in get_tlsdesc_plt_offset()
4154 first_plt_entry_offset() const in first_plt_entry_offset() function in __anon20db65070111::Output_data_plt_aarch64
4330 plt_reserved = this->first_plt_entry_offset(); in add_entry()
4476 offset = (this->first_plt_entry_offset() + in address_for_global()
4491 + this->first_plt_entry_offset() in address_for_local()
4506 this->set_data_size(this->first_plt_entry_offset() in set_final_data_size()
4904 pov += this->first_plt_entry_offset(); in do_write()
4911 unsigned int plt_offset = this->first_plt_entry_offset(); in do_write()
5621 Target_aarch64<size, big_endian>::first_plt_entry_offset() const in first_plt_entry_offset() function in __anon20db65070111::Target_aarch64
[all …]
Dincremental.cc1818 unsigned int first_plt_entry_offset; member
1922 ((sym->plt_offset() - this->info_.first_plt_entry_offset) in operator ()()
1949 view_info.first_plt_entry_offset = target->first_plt_entry_offset(); in write_got_plt()
Dtarget.h995 first_plt_entry_offset() const in first_plt_entry_offset() function
Di386.cc124 first_plt_entry_offset() in first_plt_entry_offset() function in __anonf1ea37280111::Output_data_plt_i386
521 first_plt_entry_offset() const;
1540 Target_i386::first_plt_entry_offset() const in first_plt_entry_offset() function in __anonf1ea37280111::Target_i386
1542 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
Dsparc.cc207 first_plt_entry_offset() const;
1327 first_plt_entry_offset() in first_plt_entry_offset() function in __anon256155f70111::Output_data_plt_sparc
1665 pov += this->first_plt_entry_offset(); in do_write()
1872 Target_sparc<size, big_endian>::first_plt_entry_offset() const in first_plt_entry_offset() function in __anon256155f70111::Target_sparc
1874 return Output_data_plt_sparc<size, big_endian>::first_plt_entry_offset(); in first_plt_entry_offset()
Dtilegx.cc138 first_plt_entry_offset() in first_plt_entry_offset() function in __anon011954cb0111::Output_data_plt_tilegx
387 first_plt_entry_offset() const;
2590 Target_tilegx<size, big_endian>::first_plt_entry_offset() const in first_plt_entry_offset() function in __anon011954cb0111::Target_tilegx
2592 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
Darm.cc2369 first_plt_entry_offset() const;
7440 first_plt_entry_offset() const in first_plt_entry_offset() function in __anon5653a9be0111::Output_data_plt_arm
7503 this->set_data_size(this->first_plt_entry_offset() in set_final_data_size()
7610 begin_offset = this->first_plt_entry_offset(); in add_entry()
7740 begin_offset = (this->first_plt_entry_offset() + in address_for_global()
7757 + this->first_plt_entry_offset() in address_for_local()
7897 pov += this->first_plt_entry_offset(); in do_write()
7904 unsigned int plt_offset = this->first_plt_entry_offset(); in do_write()
8042 Target_arm<big_endian>::first_plt_entry_offset() const in first_plt_entry_offset() function in __anon5653a9be0111::Target_arm
8044 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
Dx86_64.cc189 first_plt_entry_offset() in first_plt_entry_offset() function in __anon4c0d9acd0111::Output_data_plt_x86_64
597 first_plt_entry_offset() const;
1798 Target_x86_64<size>::first_plt_entry_offset() const in first_plt_entry_offset() function in __anon4c0d9acd0111::Target_x86_64
1800 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
Dpowerpc.cc751 first_plt_entry_offset() const in first_plt_entry_offset() function in __anon0f0c9f3e0111::Target_powerpc
3060 return ((this->current_data_size() - this->first_plt_entry_offset()) in entry_count()
3079 first_plt_entry_offset() const in first_plt_entry_offset() function in __anon0f0c9f3e0111::Output_data_plt_powerpc
3084 return this->targ_->first_plt_entry_offset(); in first_plt_entry_offset()
3116 off += this->first_plt_entry_offset(); in add_entry()
4296 = ((pltoff - this->targ_->first_plt_entry_offset()) in do_write()
DChangeLog655 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
1461 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
1473 first_plt_entry_offset() and plt_entry_size().
1477 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
1478 and use Target_powerpc::first_plt_entry_offset().
3653 (Output_data_plt_arm::first_plt_entry_offset): Call it.
3665 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
3666 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
3687 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
3717 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
[all …]
Dmips.cc2297 first_plt_entry_offset() const in first_plt_entry_offset() function in __anona7e08b770111::Mips_output_data_plt
3018 first_plt_entry_offset() const in first_plt_entry_offset() function in __anona7e08b770111::Target_mips
3019 { return this->plt_->first_plt_entry_offset(); } in first_plt_entry_offset()