Home
last modified time | relevance | path

Searched refs:plt_thread_safe (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.h46 int plt_thread_safe; member
Delf64-ppc.c10404 if (htab->params->plt_thread_safe in plt_stub_size()
10447 bfd_boolean plt_thread_safe = (htab->params->plt_thread_safe in build_plt_stub() local
10451 bfd_boolean use_fake_dep = plt_thread_safe; in build_plt_stub()
10456 && plt_thread_safe in build_plt_stub()
10604 if (plt_load_toc && plt_thread_safe && !use_fake_dep) in build_plt_stub()
12176 if (htab->params->plt_thread_safe == -1 && !bfd_link_executable (info)) in ppc64_elf_size_stubs()
12177 htab->params->plt_thread_safe = 1; in ppc64_elf_size_stubs()
12179 htab->params->plt_thread_safe = 0; in ppc64_elf_size_stubs()
12180 else if (htab->params->plt_thread_safe == -1) in ppc64_elf_size_stubs()
12215 htab->params->plt_thread_safe = h != NULL && h->ref_regular; in ppc64_elf_size_stubs()
[all …]
DChangeLog-20123091 Add plt_stub_align and plt_thread_safe.
3100 (ppc64_elf_size_stubs): Accept plt_thread_safe and plt_stub_align
3101 params. Choose default for plt_thread_safe based on existence of
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dppc64elf.em833 params.plt_thread_safe = 1;
837 params.plt_thread_safe = 0;
/toolchain/binutils/binutils-2.27/gold/
Doptions.h1020 DEFINE_bool(plt_thread_safe, options::TWO_DASHES, '\0', false,
Dpowerpc.cc939 plt_thread_safe() const in plt_thread_safe() function in __anon34c063400111::Target_powerpc
3032 = this->abiversion() < 2 && parameters->options().plt_thread_safe(); in do_relax()
4115 bool thread_safe = this->targ_->plt_thread_safe(); in plt_call_size()
4618 = plt_load_toc && this->targ_->plt_thread_safe(); in do_write()
DChangeLog-08153994 plt_thread_safe. Update stub_group_size help text.
3995 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
3999 determine default plt_thread_safe value. Clear plt call stubs
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-20121017 (plt_thread_safe, plt_stub_align): New vars.