Lines Matching refs:relplt
2470 asection *dynamic, *glink = NULL, *relplt = NULL; in ppc64_elf_get_synthetic_symtab() local
2570 relplt = bfd_get_section_by_name (abfd, ".rela.plt"); in ppc64_elf_get_synthetic_symtab()
2571 if (relplt != NULL) in ppc64_elf_get_synthetic_symtab()
2574 if (!(*slurp_relocs) (abfd, relplt, dyn_syms, true)) in ppc64_elf_get_synthetic_symtab()
2577 plt_count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr); in ppc64_elf_get_synthetic_symtab()
2580 p = relplt->relocation; in ppc64_elf_get_synthetic_symtab()
2658 if (glink != NULL && relplt != NULL) in ppc64_elf_get_synthetic_symtab()
2692 p = relplt->relocation; in ppc64_elf_get_synthetic_symtab()
14630 asection *plt, *relplt; in build_global_entry_stubs_and_plt() local
14642 relplt = htab->elf.irelplt; in build_global_entry_stubs_and_plt()
14652 relplt = NULL; in build_global_entry_stubs_and_plt()
14656 relplt = htab->relpltlocal; in build_global_entry_stubs_and_plt()
14665 if (relplt == NULL) in build_global_entry_stubs_and_plt()
14682 relplt)); in build_global_entry_stubs_and_plt()
14818 asection *plt, *relplt; in write_plt_relocs_for_local_syms() local
14837 relplt = htab->elf.irelplt; in write_plt_relocs_for_local_syms()
14842 relplt = NULL; in write_plt_relocs_for_local_syms()
14845 relplt = htab->relpltlocal; in write_plt_relocs_for_local_syms()
14848 if (relplt == NULL) in write_plt_relocs_for_local_syms()
14880 &rela, relplt)); in write_plt_relocs_for_local_syms()