Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtilegx.cc4364 bool have_got_offset = false; in relocate() local
4391 have_got_offset = true; in relocate()
4412 gold_assert(have_got_offset); in relocate()
4589 have_got_offset = true; in relocate()
4592 have_got_offset = true; in relocate()
4605 have_got_offset = true; in relocate()
4608 if (have_got_offset) { in relocate()
4626 gold_assert(have_got_offset); in relocate()
Dx86_64.cc3340 bool have_got_offset = false; in relocate() local
3363 have_got_offset = true; in relocate()
3454 gold_assert(have_got_offset); in relocate()
3471 gold_assert(have_got_offset); in relocate()
3495 gold_assert(have_got_offset); in relocate()
3504 gold_assert(have_got_offset); in relocate()
Daarch64.cc6863 bool have_got_offset = false; in relocate() local
6897 have_got_offset = true; in relocate()
7020 gold_assert(have_got_offset); in relocate()
7026 gold_assert(have_got_offset); in relocate()
Darm.cc9421 bool have_got_offset = false; in relocate() local
9453 have_got_offset = true; in relocate()
9720 gold_assert(have_got_offset); in relocate()
9725 gold_assert(have_got_offset); in relocate()
DChangeLog8525 (Target_sparc::relocate): Remove unused local have_got_offset.