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

/haiku-buildtools/binutils/gold/
H A Dtilegx.cc77 got_irelative_(got_irelative), count_(0),
89 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
206 Output_data_space* got_irelative_; member in class:__anon597::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
648 Output_data_space* got_irelative_; member in class:__anon597::Target_tilegx
1929 this->got_irelative_
1934 this->got_irelative_,
2023 got = this->got_irelative_;
2061 if (got == this->got_irelative_)
2119 section_offset_type got_offset = this->got_irelative_
[all...]
H A Dx86_64.cc99 got_irelative_(got_irelative), count_(0), irelative_count_(0),
111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
236 { return this->got_irelative_; }
342 Output_data_space* got_irelative_; member in class:__anon593::Output_data_plt_x86_64
589 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
1220 Output_data_space* got_irelative_; member in class:__anon593::Target_x86_64
1364 this->got_irelative_ = new Output_data_space(8, "** GOT IRELATIVE PLT");
1368 this->got_irelative_,
1488 got = this->got_irelative_;
1557 section_offset_type got_offset = this->got_irelative_
[all...]
H A Ds390.cc96 got_irelative_(got_irelative), count_(0),
108 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
240 Output_data_space* got_irelative_; member in class:__anon577::Output_data_plt_s390
279 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
743 Output_data_space* got_irelative_; member in class:__anon577::Target_s390
1057 got = this->got_irelative_;
1126 section_offset_type got_offset = this->got_irelative_->current_data_size();
1130 this->got_irelative_->set_current_data_size(got_offset + size / 8);
1136 this->got_irelative_, got_offset, 0);
1155 this->got_irelative_, got_offse
[all...]
H A Di386.cc241 Output_data_space* got_irelative_; member in class:__anon550::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
886 Output_data_space* got_irelative_; member in class:__anon550::Target_i386
985 this->got_irelative_ = new Output_data_space(4, "** GOT IRELATIVE PLT");
989 this->got_irelative_,
1075 got_irelative_(got_irelative), count_(0), irelative_count_(0),
1107 this->got_irelative_->current_data_size();
1108 this->got_irelative_->set_current_data_size(got_offset + 4);
1111 this->got_irelative_, got_offset);
1155 section_offset_type got_offset = this->got_irelative_
[all...]
H A Daarch64.cc2842 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
3436 Output_data_space* got_irelative_; member in class:__anon527::Output_data_got_aarch64::Target_aarch64
3641 this->got_irelative_ = new Output_data_space(size / 8,
3646 this->got_irelative_,
4135 got_(got), got_plt_(got_plt), got_irelative_(got_irelative),
4326 Output_data_space* got_irelative_; member in class:__anon527::Output_data_got_aarch64::Output_data_plt_aarch64
4379 got = this->got_irelative_;
4422 section_offset_type got_offset = this->got_irelative_->current_data_size();
4426 this->got_irelative_->set_current_data_size(got_offset + size / 8);
4432 this->got_irelative_, got_offse
[all...]
H A Darm.cc2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
3007 Output_data_space* got_irelative_;
4360 this->got_irelative_ = new Output_data_space(4, "** GOT IRELATIVE PLT");
4363 this->got_irelative_,
7603 Output_data_space* got_irelative_;
7625 got_(got), got_plt_(got_plt), got_irelative_(got_irelative),
7673 got = this->got_irelative_;
7728 section_offset_type got_offset = this->got_irelative_->current_data_size();
7732 this->got_irelative_->set_current_data_size(got_offset + 4);
7739 this->got_irelative_, got_offse
[all...]

Completed in 190 milliseconds