Home
last modified time | relevance | path

Searched refs:plt_style (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.h33 enum ppc_elf_plt_type plt_style; member
Delf32-ppc.c4802 if (htab->params->plt_style == PLT_OLD) in ppc_elf_select_plt_layout()
4824 enum ppc_elf_plt_type plt_type = htab->params->plt_style; in ppc_elf_select_plt_layout()
4847 if (htab->plt_type == PLT_OLD && htab->params->plt_style == PLT_NEW) in ppc_elf_select_plt_layout()
DChangeLog2607 (ppc_elf_select_plt_layout): Remove plt_style and emit_stub_syms
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc32elf.em307 params.plt_style = PLT_NEW;
311 params.plt_style = PLT_OLD;
/toolchain/binutils/binutils-2.25/ld/
DChangeLog832 plt_style): Delete. Adjust all refs to instead use..
DChangeLog-2007631 * emultempl/ppc32elf.em (plt_style): New variable.