Lines Matching refs:got_irelative_
2921 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3515 Output_data_space* got_irelative_; member in __anon1d6a05d30111::Target_aarch64
3724 this->got_irelative_ = new Output_data_space(size / 8, in got_section()
3729 this->got_irelative_, in got_section()
4216 got_(got), got_plt_(got_plt), got_irelative_(got_irelative), in Output_data_plt_aarch64()
4407 Output_data_space* got_irelative_; member in __anon1d6a05d30111::Output_data_plt_aarch64
4460 got = this->got_irelative_; in add_entry()
4503 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry()
4507 this->got_irelative_->set_current_data_size(got_offset + size / 8); in add_local_ifunc_entry()
4513 this->got_irelative_, got_offset, 0); in add_local_ifunc_entry()
4530 this->got_irelative_, got_offset, 0); in add_relocation()
5022 == this->got_irelative_->offset()); in do_write()
5026 + this->got_irelative_->data_size()); in do_write()
6787 this->got_irelative_); in make_plt_section()