Home | History | Annotate | Download | only in gold

Lines Matching refs:got_type

1936   add_tls_gd32_with_static_reloc(unsigned int got_type, Symbol* gsym);
1940 add_tls_gd32_with_static_reloc(unsigned int got_type,
2924 enum Got_type
7209 unsigned int got_type,
7212 if (gsym->has_got_offset(got_type))
7218 gsym->set_got_offset(got_type, got_offset);
7230 unsigned int got_type,
7234 if (object->local_has_got_offset(index, got_type))
7240 object->set_local_got_offset(index, got_type, got_offset);
9939 unsigned int got_type = GOT_TYPE_TLS_PAIR;
9943 gold_assert(gsym->has_got_offset(got_type));
9944 got_offset = gsym->got_offset(got_type) - target->got_size();
9949 gold_assert(object->local_has_got_offset(r_sym, got_type));
9950 got_offset = (object->local_got_offset(r_sym, got_type)
9993 unsigned int got_type = GOT_TYPE_TLS_OFFSET;
9997 gold_assert(gsym->has_got_offset(got_type));
9998 got_offset = gsym->got_offset(got_type);
10003 gold_assert(object->local_has_got_offset(r_sym, got_type));
10004 got_offset = object->local_got_offset(r_sym, got_type);