Searched refs:plt_static_chain (Results 1 – 7 of 7) sorted by relevance
43 int plt_static_chain; member
10402 if (htab->params->plt_static_chain) in plt_stub_size()10409 if (PPC_HA (off + 8 + 8 * htab->params->plt_static_chain) != PPC_HA (off)) in plt_stub_size()10446 bfd_boolean plt_static_chain = htab->params->plt_static_chain; in build_plt_stub() local10476 + 4 * (PPC_HA (offset + 8 + 8 * plt_static_chain) in build_plt_stub()10478 + 4 * (plt_static_chain != 0) in build_plt_stub()10499 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset)) in build_plt_stub()10510 if (plt_static_chain) in build_plt_stub()10533 && PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset)) in build_plt_stub()10547 if (plt_static_chain) in build_plt_stub()10561 if (PPC_HA (offset + 8 + 8 * plt_static_chain) != PPC_HA (offset)) in build_plt_stub()[all …]
1152 plt_static_chain.1504 * elf64-ppc.c (struct ppc_link_hash_table): Add plt_static_chain.1505 (build_plt_stub): Add plt_static_chain param, don't load r11 if false.1509 (ppc64_elf_size_stubs): Add plt_static_chain param, save to htab.
825 params.plt_static_chain = 1;829 params.plt_static_chain = 0;920 params.plt_static_chain = 1;
31 value of 0 for plt_static_chain.301 * emultempl/ppc64elf.em (plt_static_chain): New var.
1016 DEFINE_bool(plt_static_chain, options::TWO_DASHES, '\0', false,
3993 * options.h (General_options): Add plt_align, plt_static_chain,