Home
last modified time | relevance | path

Searched refs:got_plt_ (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Di386.cc239 Output_data_got_plt_i386* got_plt_; member in __anonf1ea37280111::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386()
769 gold_assert(this->got_plt_ != NULL); in got_plt_section()
770 return this->got_plt_; in got_plt_section()
859 Output_data_got_plt_i386* got_plt_; member in __anonf1ea37280111::Target_i386
931 this->got_plt_ = new Output_data_got_plt_i386(layout); in got_section()
935 this->got_plt_, got_plt_order, in got_section()
939 this->got_plt_->set_current_data_size(3 * 4); in got_section()
951 this->got_plt_, in got_section()
1048 tls_desc_rel_(NULL), irelative_rel_(NULL), got_plt_(got_plt), in Output_data_plt_i386()
[all …]
Dx86_64.cc98 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_x86_64()
111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_x86_64()
313 Output_data_got_plt_x86_64* got_plt_; member in __anon4c0d9acd0111::Output_data_plt_x86_64
423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64()
887 gold_assert(this->got_plt_ != NULL); in got_plt_section()
888 return this->got_plt_; in got_plt_section()
995 Output_data_got_plt_x86_64* got_plt_; member in __anon4c0d9acd0111::Target_x86_64
1111 this->got_plt_ = new Output_data_got_plt_x86_64(layout); in got_section()
1115 this->got_plt_, got_plt_order, in got_section()
1119 this->got_plt_->set_current_data_size(3 * 8); in got_section()
[all …]
Dtilegx.cc76 irelative_rel_(NULL), got_(got), got_plt_(got_plt), in Output_data_plt_tilegx()
89 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_tilegx()
204 Output_data_space* got_plt_; member in __anon011954cb0111::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx()
551 gold_assert(this->got_plt_ != NULL); in got_plt_section()
552 return this->got_plt_; in got_plt_section()
640 Output_data_space* got_plt_; member in __anon011954cb0111::Target_tilegx
1899 this->got_plt_ = new Output_data_space(size / 8, "** GOT PLT"); in got_section()
1903 this->got_plt_, got_plt_order, in got_section()
1907 this->got_plt_->set_current_data_size in got_section()
[all …]
Daarch64.cc2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3254 gold_assert(this->got_plt_ != NULL); in got_plt_section()
3255 return this->got_plt_; in got_plt_section()
3386 Output_data_space* got_plt_; member in __anon20db65070111::Target_aarch64
3576 this->got_plt_ = new Output_data_space(size / 8, "** GOT PLT"); in got_section()
3580 this->got_plt_, got_plt_order, in got_section()
3584 this->got_plt_->set_current_data_size( in got_section()
4081 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64()
4269 Output_data_space* got_plt_; member in __anon20db65070111::Output_data_plt_aarch64
4331 got = this->got_plt_; in add_entry()
[all …]
Dmips.cc2271 : Output_section_data(size == 32 ? 4 : 8), got_plt_(got_plt), symbols_(), in Mips_output_data_plt()
2450 Output_data_space* got_plt_; member in __anona7e08b770111::Mips_output_data_plt
2877 got_plt_(NULL), rel_dyn_(NULL), copy_relocs_(), in Target_mips()
3594 gold_assert(this->got_plt_ != NULL); in got_plt_section()
3595 return this->got_plt_; in got_plt_section()
3723 Output_data_space* got_plt_; member in __anona7e08b770111::Target_mips
6312 section_offset_type got_offset = this->got_plt_->current_data_size(); in add_entry()
6317 this->got_plt_->set_current_data_size(got_offset + size/8); in add_entry()
6320 this->rel_->add_global(gsym, elfcpp::R_MIPS_JUMP_SLOT, this->got_plt_, in add_entry()
6400 const off_t gotplt_file_offset = this->got_plt_->offset(); in do_write()
[all …]
Darm.cc2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2752 gold_assert(this->got_plt_ != NULL); in got_plt_section()
2753 return this->got_plt_; in got_plt_section()
2950 Output_data_space* got_plt_; member in __anon5653a9be0111::Target_arm
4280 this->got_plt_ = new Output_data_space(4, "** GOT PLT"); in got_section()
4283 this->got_plt_, got_order, is_got_relro); in got_section()
4286 this->got_plt_->set_current_data_size(3 * 4); in got_section()
4291 this->got_plt_, in got_section()
7524 Output_data_space* got_plt_; member in __anon5653a9be0111::Output_data_plt_arm
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_arm()
[all …]
DChangeLog979 (Output_data_plt_i386::got_plt_): Change type.
980 (Target_i386::got_plt_): Change type. Change all references.
987 (Output_data_plt_x86_64::got_plt_): Change type.
988 (Target_x86_64::got_plt_): Change type. Change all references.