Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

845   enum Got_type
2036 got_type = (r_type == elfcpp::R_386_TLS_IE_32
2039 got->add_local_with_rel(object, r_sym, got_type,
2498 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32
2501 got->add_global_with_rel(gsym, got_type,
2990 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE
2996 gold_assert(gsym->has_got_offset(got_type));
2997 got_offset = gsym->got_offset(got_type) - target->got_size();
3002 gold_assert(object->local_has_got_offset(r_sym, got_type));
3003 got_offset = (object->local_got_offset(r_sym, got_type)
3043 unsigned int got_type = (optimized_type == tls::TLSOPT_TO_IE
3058 gold_assert(gsym->has_got_offset(got_type));
3059 got_offset += gsym->got_offset(got_type) - target->got_size();
3064 gold_assert(object->local_has_got_offset(r_sym, got_type));
3065 got_offset += (object->local_got_offset(r_sym, got_type)
3175 unsigned int got_type = (r_type == elfcpp::R_386_TLS_IE_32
3181 gold_assert(gsym->has_got_offset(got_type));
3182 got_offset = gsym->got_offset(got_type);
3187 gold_assert(object->local_has_got_offset(r_sym, got_type));
3188 got_offset = object->local_got_offset(r_sym, got_type);