Home | History | Annotate | Download | only in gold

Lines Matching refs:got_index

663   reserve_local_got_entry(unsigned int got_index,
671 reserve_global_got_entry(unsigned int got_index, Symbol* gsym,
2066 unsigned int got_index,
2071 unsigned int got_offset = got_index * 8;
2074 this->got_->reserve_local(got_index, obj, r_sym, got_type);
2087 this->got_->reserve_slot(got_index + 1);
2093 // this->got_->reserve_slot(got_index + 1);
2107 Target_x86_64<size>::reserve_global_got_entry(unsigned int got_index,
2111 unsigned int got_offset = got_index * 8;
2114 this->got_->reserve_global(got_index, gsym, got_type);
2136 this->got_->reserve_slot(got_index + 1);
2143 this->got_->reserve_slot(got_index + 1);