Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

406                           unsigned int got_type);
412 unsigned int got_type);
611 enum Got_type
2696 unsigned int got_type)
2702 this->got_->reserve_local(got_index, obj, r_sym, got_type);
2703 switch (got_type)
2737 unsigned int got_index, Symbol* gsym, unsigned int got_type)
2743 this->got_->reserve_global(got_index, gsym, got_type);
2744 switch (got_type)
4369 unsigned int got_type = GOT_TYPE_STANDARD;
4381 gold_assert(gsym->has_got_offset(got_type));
4382 got_offset = gsym->got_offset(got_type) - got_base;
4387 gold_assert(object->local_has_got_offset(r_sym, got_type));
4389 object->local_got_offset(r_sym, got_type) - got_base;
4588 got_type = GOT_TYPE_TLS_PAIR;
4591 got_type = GOT_TYPE_TLS_OFFSET;
4604 got_type = GOT_TYPE_TLS_OFFSET;
4610 gold_assert(gsym->has_got_offset(got_type));
4611 got_offset = gsym->got_offset(got_type) - got_base;
4615 gold_assert(object->local_has_got_offset(r_sym, got_type));
4617 object->local_got_offset(r_sym, got_type) - got_base;