Searched refs:tls_got_offset_type (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64.cc7285 int tls_got_offset_type; local
7304 tls_got_offset_type = GOT_TYPE_TLS_PAIR;
7309 gold_assert(gsym->has_got_offset(tls_got_offset_type));
7311 gsym->got_offset(tls_got_offset_type);
7317 object->local_has_got_offset(r_sym, tls_got_offset_type));
7319 object->local_got_offset(r_sym, tls_got_offset_type);
7436 tls_got_offset_type = GOT_TYPE_TLS_OFFSET;
7442 gold_assert(gsym->has_got_offset(tls_got_offset_type));
7444 gsym->got_offset(tls_got_offset_type);
7450 object->local_has_got_offset(r_sym, tls_got_offset_type));
[all...]

Completed in 102 milliseconds