Home
last modified time | relevance | path

Searched refs:GOT_TYPE_DTPREL (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDpowerpc.cc1275 GOT_TYPE_DTPREL, // entry for @got@dtprel enumerator
5861 got->add_local_tls(object, r_sym, GOT_TYPE_DTPREL); in local()
6349 got->add_global_with_rel(gsym, GOT_TYPE_DTPREL, in global()
6353 got->add_global_tls(gsym, GOT_TYPE_DTPREL); in global()
7310 gold_assert(gsym->has_got_offset(GOT_TYPE_DTPREL)); in relocate()
7311 value = gsym->got_offset(GOT_TYPE_DTPREL); in relocate()
7316 gold_assert(object->local_has_got_offset(r_sym, GOT_TYPE_DTPREL)); in relocate()
7317 value = object->local_got_offset(r_sym, GOT_TYPE_DTPREL); in relocate()