Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-ppc.h59 int power10_stubs; member
DChangeLog-20201591 power10_stubs.
1592 (ppc64_elf_size_stubs): Clear power10_stubs here instead. Don't
1593 merge notoc stubs with other varieties when power10_stubs is "auto".
1596 tests of power10_stubs.
1624 * elf64-ppc.h (struct ppc64_elf_params): Add power10_stubs.
1626 power10_stubs.
1627 (ppc64_elf_check_relocs): Adjust setting of power10_stubs.
1629 uses of power10_stubs.
Delf64-ppc.c3858 if (stub_entry != NULL && htab->params->power10_stubs == -1) in ppc_get_stub_entry()
3933 if (htab->params->power10_stubs == -1) in ppc_merge_stub()
13708 if (htab->params->power10_stubs == -1 && !htab->has_power10_relocs) in ppc64_elf_size_stubs()
13709 htab->params->power10_stubs = 0; in ppc64_elf_size_stubs()
14062 if (htab->params->power10_stubs == 0 in ppc64_elf_size_stubs()
14064 && htab->params->power10_stubs != 1)) in ppc64_elf_size_stubs()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-ppc.h59 int power10_stubs; member
DChangeLog-20201591 power10_stubs.
1592 (ppc64_elf_size_stubs): Clear power10_stubs here instead. Don't
1593 merge notoc stubs with other varieties when power10_stubs is "auto".
1596 tests of power10_stubs.
1624 * elf64-ppc.h (struct ppc64_elf_params): Add power10_stubs.
1626 power10_stubs.
1627 (ppc64_elf_check_relocs): Adjust setting of power10_stubs.
1629 uses of power10_stubs.
Delf64-ppc.c3858 if (stub_entry != NULL && htab->params->power10_stubs == -1) in ppc_get_stub_entry()
3933 if (htab->params->power10_stubs == -1) in ppc_merge_stub()
13714 if (htab->params->power10_stubs == -1 && !htab->has_power10_relocs) in ppc64_elf_size_stubs()
13715 htab->params->power10_stubs = 0; in ppc64_elf_size_stubs()
14068 if (htab->params->power10_stubs == 0 in ppc64_elf_size_stubs()
14070 && htab->params->power10_stubs != 1)) in ppc64_elf_size_stubs()
/netbsd/src/external/gpl3/binutils/dist/ld/emultempl/
Dppc64elf.em912 params.power10_stubs = -1;
914 params.power10_stubs = 1;
916 params.power10_stubs = 0;
922 params.power10_stubs = 1;
926 params.power10_stubs = 0;
/netbsd/src/external/gpl3/binutils/dist/gold/
Doptions.cc1229 if (strcmp(this->power10_stubs(), "auto") == 0) in finalize()
1231 else if (strcmp(this->power10_stubs(), "no") == 0) in finalize()
1233 else if (strcmp(this->power10_stubs(), "yes") == 0) in finalize()
Dpowerpc.cc1145 power10_stubs() const in power10_stubs() function in __anonfe78cb590111::Target_powerpc
5263 if (this->targ_->power10_stubs() in add_plt_call_entry()
5330 if (this->targ_->power10_stubs() in add_plt_call_entry()
5452 if (this->targ_->power10_stubs() in add_long_branch_entry()
5585 && !this->targ_->power10_stubs()) in add_eh_frame()
6194 if (this->targ_->power10_stubs() in plt_call_size()
6275 if (this->targ_->power10_stubs()) in plt_call_size()
6351 if (this->targ_->power10_stubs()) in branch_stub_size()
6395 if (!this->targ_->power10_stubs() in branch_stub_size()
6432 && this->targ_->power10_stubs()) in do_write()
[all …]
DChangeLog-2020302 (Target_powerpc::power10_stubs): Adjust.
Doptions.h1161 DEFINE_enum(power10_stubs, options::TWO_DASHES, '\0', "yes",