Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

616 			  unsigned int got_type);
622 unsigned int got_type);
967 enum Got_type
1898 unsigned int got_type)
1903 this->got_->reserve_local(got_index, obj, r_sym, got_type);
1904 switch (got_type)
1938 unsigned int got_type)
1943 this->got_->reserve_global(got_index, gsym, got_type);
1944 switch (got_type)
3608 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE
3614 gold_assert(gsym->has_got_offset(got_type));
3615 got_offset = gsym->got_offset(got_type) - target->got_size();
3620 gold_assert(object->local_has_got_offset(r_sym, got_type));
3621 got_offset = (object->local_got_offset(r_sym, got_type)
3667 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE
3682 gold_assert(gsym->has_got_offset(got_type));
3683 got_offset += gsym->got_offset(got_type) - target->got_size();
3688 gold_assert(object->local_has_got_offset(r_sym, got_type));
3689 got_offset += (object->local_got_offset(r_sym, got_type)