Lines Matching refs:relplt
1803 asection *plt, *relplt, *dynamic, *glink; in ppc_elf_get_synthetic_symtab() local
1822 relplt = bfd_get_section_by_name (abfd, ".rela.plt"); in ppc_elf_get_synthetic_symtab()
1823 if (relplt == NULL) in ppc_elf_get_synthetic_symtab()
1917 count = NUM_SHDR_ENTRIES (&elf_section_data (relplt)->this_hdr); in ppc_elf_get_synthetic_symtab()
1932 if (! (*slurp_relocs) (abfd, relplt, dynsyms, true)) in ppc_elf_get_synthetic_symtab()
1936 p = relplt->relocation; in ppc_elf_get_synthetic_symtab()
1955 p = relplt->relocation + count - 1; in ppc_elf_get_synthetic_symtab()
9491 asection *relplt = htab->elf.srelplt; in write_global_sym_plt() local
9637 relplt = htab->elf.irelplt; in write_global_sym_plt()
9642 relplt = bfd_link_pic (info) ? htab->relpltlocal : NULL; in write_global_sym_plt()
9650 if (relplt == NULL) in write_global_sym_plt()
9677 if (relplt != NULL) in write_global_sym_plt()
9686 loc = relplt->contents + (relplt->reloc_count++ in write_global_sym_plt()
9693 loc = relplt->contents + (reloc_index in write_global_sym_plt()
9699 loc, relplt)); in write_global_sym_plt()
9771 asection *plt, *relplt; in ppc_finish_symbols() local
9793 relplt = htab->elf.irelplt; in ppc_finish_symbols()
9801 relplt = htab->relpltlocal; in ppc_finish_symbols()
9817 relplt)); in ppc_finish_symbols()