Home
last modified time | relevance | path

Searched refs:PLT_NEW (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.h25 PLT_NEW, enumerator
Delf32-ppc.c4836 plt_type = PLT_NEW; 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()
4858 if (htab->plt_type == PLT_NEW) in ppc_elf_select_plt_layout()
4880 return htab->plt_type == PLT_NEW; in ppc_elf_select_plt_layout()
5137 if (htab->plt_type == PLT_NEW in ppc_elf_tls_setup()
5702 max_before_header = htab->plt_type == PLT_NEW ? 32768 : 32764; in allocate_got()
5767 if (htab->plt_type == PLT_NEW || !dyn || h->dynindx == -1) in allocate_dynrelocs()
6144 else if (htab->plt_type == PLT_NEW) in ppc_elf_size_dynamic_sections()
6502 if (htab->plt_type == PLT_NEW in ppc_elf_size_dynamic_sections()
6964 if (htab->plt_type == PLT_NEW in ppc_elf_relax_section()
[all …]
DChangeLog-20063202 either plt_type == PLT_OLD or plt_type == PLT_NEW. Assert that
3206 is only used for PLT_OLD and PLT_NEW.
DChangeLog2795 plt_type == PLT_NEW.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc32elf.em307 params.plt_style = PLT_NEW;