Lines Matching refs:relplt
2472 asection *dynamic, *glink = NULL, *relplt = NULL; in ppc64_elf_get_synthetic_symtab() local
2569 relplt = bfd_get_section_by_name (abfd, ".rela.plt"); in ppc64_elf_get_synthetic_symtab()
2570 if (relplt != NULL) in ppc64_elf_get_synthetic_symtab()
2573 if (!(*slurp_relocs) (abfd, relplt, dyn_syms, true)) in ppc64_elf_get_synthetic_symtab()
2576 plt_count = relplt->size / sizeof (Elf64_External_Rela); in ppc64_elf_get_synthetic_symtab()
2579 p = relplt->relocation; in ppc64_elf_get_synthetic_symtab()
2657 if (glink != NULL && relplt != NULL) in ppc64_elf_get_synthetic_symtab()
2691 p = relplt->relocation; in ppc64_elf_get_synthetic_symtab()
14611 asection *plt, *relplt; in build_global_entry_stubs_and_plt() local
14623 relplt = htab->elf.irelplt; in build_global_entry_stubs_and_plt()
14633 relplt = NULL; in build_global_entry_stubs_and_plt()
14637 relplt = htab->relpltlocal; in build_global_entry_stubs_and_plt()
14646 if (relplt == NULL) in build_global_entry_stubs_and_plt()
14662 loc = relplt->contents + (relplt->reloc_count++ in build_global_entry_stubs_and_plt()
14799 asection *plt, *relplt; in write_plt_relocs_for_local_syms() local
14819 relplt = htab->elf.irelplt; in write_plt_relocs_for_local_syms()
14824 relplt = NULL; in write_plt_relocs_for_local_syms()
14827 relplt = htab->relpltlocal; in write_plt_relocs_for_local_syms()
14830 if (relplt == NULL) in write_plt_relocs_for_local_syms()
14861 loc = relplt->contents + (relplt->reloc_count++ in write_plt_relocs_for_local_syms()