Lines Matching refs:got_irelative_
241 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()
1133 this->got_irelative_->set_current_data_size(got_offset + 4); in add_local_ifunc_entry()
1139 this->got_irelative_, got_offset); in add_local_ifunc_entry()
1386 == this->got_irelative_->offset())); in do_write()
1389 + this->got_irelative_->data_size()); in do_write()
1480 this->got_irelative_, in make_plt_section()