Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc4291 bool use_fake_dep = false; in do_write() local
4311 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26); in do_write()
4344 if (use_fake_dep) in do_write()
4377 if (use_fake_dep) in do_write()
4393 if (thread_safe && !use_fake_dep) in do_write()
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c10228 bfd_boolean use_fake_dep = plt_thread_safe; in build_plt_stub() local
10261 use_fake_dep = cmp_branch_off + (1 << 25) >= (1 << 26); in build_plt_stub()
10285 r[2].r_offset = r[1].r_offset + 8 + 8 * use_fake_dep; in build_plt_stub()
10319 if (use_fake_dep) in build_plt_stub()
10347 r[1].r_offset = r[0].r_offset + 8 + 8 * use_fake_dep; in build_plt_stub()
10372 if (use_fake_dep) in build_plt_stub()
10382 if (plt_load_toc && plt_thread_safe && !use_fake_dep) in build_plt_stub()