Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Di386.cc2936 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
3073 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
3135 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
3252 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
H A Dx86_64.cc3566 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
3762 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
3917 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
3985 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
4121 gold_assert(gsym->has_got_offset(GOT_TYPE_TLS_OFFSET)); in relocate_tls()
H A Dpowerpc.cc6228 else if (!gsym->has_got_offset(GOT_TYPE_STANDARD)) in global()
6285 if (!gsym->has_got_offset(GOT_TYPE_TPREL)) in global()
6366 if (!gsym->has_got_offset(GOT_TYPE_TPREL)) in global()
7108 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
7210 gold_assert(gsym->has_got_offset(got_type)); in relocate()
7310 gold_assert(gsym->has_got_offset(GOT_TYPE_DTPREL)); in relocate()
7333 gold_assert(gsym->has_got_offset(GOT_TYPE_TPREL)); in relocate()
8767 if (gsym->has_got_offset(got_type)) in do_tls_offset_for_global()
H A Dsparc.cc2873 else if (!gsym->has_got_offset(GOT_TYPE_STANDARD)) in global()
3361 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
3780 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
4032 gold_assert(gsym->has_got_offset(GOT_TYPE_TLS_OFFSET)); in relocate_tls()
H A Doutput.cc1454 if (gsym->has_got_offset(got_type)) in add_global()
1469 if (gsym->has_got_offset(got_type)) in add_global_plt()
1488 if (gsym->has_got_offset(got_type)) in add_global_with_rel()
1508 if (gsym->has_got_offset(got_type)) in add_global_pair_with_rel()
H A Dsymtab.h421 has_got_offset(unsigned int got_type) const in has_got_offset() function
H A Daarch64.cc6493 if (!gsym->has_got_offset(GOT_TYPE_TLS_OFFSET)) in global()
6917 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
7202 gold_assert(gsym->has_got_offset(tls_got_offset_type)); in relocate_tls()
7335 gold_assert(gsym->has_got_offset(tls_got_offset_type)); in relocate_tls()
7438 gold_assert(gsym->has_got_offset(tls_got_offset_type)); in relocate_tls()
H A Dmips.cc6532 && mips_sym->has_got_offset(GOT_TYPE_STANDARD)) in do_write()
11288 bool has_got_offset; in should_apply_static_reloc() local
11290 has_got_offset = gsym->has_got_offset(GOT_TYPE_STANDARD); in should_apply_static_reloc()
11292 has_got_offset = gsym->global_gotoffset() != -1U; in should_apply_static_reloc()
11293 if (!has_got_offset) in should_apply_static_reloc()
H A Darm.cc7183 if (gsym->has_got_offset(got_type)) in add_tls_gd32_with_static_reloc()
9137 else if (!gsym->has_got_offset(GOT_TYPE_TLS_OFFSET)) in global()
9490 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
9992 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
10046 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
H A Dtilegx.cc4395 gold_assert(gsym->has_got_offset(got_type)); in relocate()
4624 gold_assert(gsym->has_got_offset(got_type)); in relocate()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Di386.cc2940 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
3076 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
3138 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
3255 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
H A Dx86_64.cc4728 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
4925 gold_assert(gsym->has_got_offset(GOT_TYPE_STANDARD)); in relocate()
5082 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
5150 gold_assert(gsym->has_got_offset(got_type)); in relocate_tls()
5286 gold_assert(gsym->has_got_offset(GOT_TYPE_TLS_OFFSET)); in relocate_tls()
H A Doutput.cc1466 if (gsym->has_got_offset(got_type)) in add_global()
1481 if (gsym->has_got_offset(got_type)) in add_global_plt()
1500 if (gsym->has_got_offset(got_type)) in add_global_with_rel()
1520 if (gsym->has_got_offset(got_type)) in add_global_pair_with_rel()
H A Dsymtab.h431 has_got_offset(unsigned int got_type) const in has_got_offset() function