Home | History | Annotate | Download | only in gold

Lines Matching refs:got_index

473   reserve_local_got_entry(unsigned int got_index,
481 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
1878 unsigned int got_index,
1883 unsigned int got_offset = got_index * size / 8;
1886 this->got_->reserve_local(got_index, obj, r_sym, got_type);
1899 this->got_->reserve_slot(got_index + 1);
1913 Target_s390<size>::reserve_global_got_entry(unsigned int got_index,
1917 unsigned int got_offset = got_index * size / 8;
1920 this->got_->reserve_global(got_index, gsym, got_type);
1942 this->got_->reserve_slot(got_index + 1);