Home
last modified time | relevance | path

Searched refs:got_irelative_ (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dtilegx.cc77 got_irelative_(got_irelative), count_(0), in Output_data_plt_tilegx()
89 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_tilegx()
206 Output_data_space* got_irelative_; member in __anon011954cb0111::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx()
642 Output_data_space* got_irelative_; member in __anon011954cb0111::Target_tilegx
1919 this->got_irelative_ in got_section()
1924 this->got_irelative_, in got_section()
2013 got = this->got_irelative_; in add_entry()
2051 if (got == this->got_irelative_) in add_entry()
2109 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
[all …]
Di386.cc241 Output_data_space* got_irelative_; member in __anonf1ea37280111::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386()
861 Output_data_space* got_irelative_; member in __anonf1ea37280111::Target_i386
959 this->got_irelative_ = new Output_data_space(4, "** GOT IRELATIVE PLT"); in got_section()
963 this->got_irelative_, in got_section()
1049 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_i386()
1081 this->got_irelative_->current_data_size(); in add_entry()
1082 this->got_irelative_->set_current_data_size(got_offset + 4); in add_entry()
1085 this->got_irelative_, got_offset); in add_entry()
1129 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
[all …]
Dx86_64.cc99 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_x86_64()
111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_x86_64()
315 Output_data_space* got_irelative_; member in __anon4c0d9acd0111::Output_data_plt_x86_64
423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64()
997 Output_data_space* got_irelative_; member in __anon4c0d9acd0111::Target_x86_64
1139 this->got_irelative_ = new Output_data_space(8, "** GOT IRELATIVE PLT"); in got_section()
1143 this->got_irelative_, in got_section()
1263 got = this->got_irelative_; in add_entry()
1332 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
1336 this->got_irelative_->set_current_data_size(got_offset + 8); in add_local_ifunc_entry()
[all …]
Daarch64.cc2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3388 Output_data_space* got_irelative_; member in __anon20db65070111::Target_aarch64
3589 this->got_irelative_ = new Output_data_space(size / 8, in got_section()
3594 this->got_irelative_, in got_section()
4081 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64()
4272 Output_data_space* got_irelative_; member in __anon20db65070111::Output_data_plt_aarch64
4325 got = this->got_irelative_; in add_entry()
4368 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
4372 this->got_irelative_->set_current_data_size(got_offset + size / 8); in add_local_ifunc_entry()
4378 this->got_irelative_, got_offset, 0); in add_local_ifunc_entry()
[all …]
Darm.cc2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2952 Output_data_space* got_irelative_; member in __anon5653a9be0111::Target_arm
4299 this->got_irelative_ = new Output_data_space(4, "** GOT IRELATIVE PLT"); in got_section()
4302 this->got_irelative_, in got_section()
7526 Output_data_space* got_irelative_; member in __anon5653a9be0111::Output_data_plt_arm
7548 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_arm()
7596 got = this->got_irelative_; in add_entry()
7651 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
7655 this->got_irelative_->set_current_data_size(got_offset + 4); in add_local_ifunc_entry()
7662 this->got_irelative_, got_offset); in add_local_ifunc_entry()
[all …]
DChangeLog618 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
646 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
679 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
5003 got_irelative_, and irelative_count_ fields. Update
5008 (class Target_i386): Add got_irelative_ and rel_irelative_
5015 (Target_i386::got_section): Create got_irelative_.
5039 got_irelative_, and irelative_count_ fields. Update
5048 (class Target_x86_64): Add got_irelative_ and rel_irelative_
5055 (Target_x86_64::got_section): Create got_irelative_.
5074 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.