Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c3899 update_plt_info (bfd *abfd, struct plt_entry **plist, in update_plt_info() function
4088 if (!update_plt_info (abfd, ifunc, got2, addend)) in ppc_elf_check_relocs()
4177 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4328 if (!update_plt_info (abfd, &h->plt.plist, got2, addend)) in ppc_elf_check_relocs()
4401 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4480 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4519 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
Delf64-ppc.c5269 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend) in update_plt_info() function
5505 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend)) in ppc64_elf_check_relocs()
5536 if (!update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs()
5677 && !update_plt_info (abfd, plt_list, rel->r_addend)) in ppc64_elf_check_relocs()
5820 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend)) in ppc64_elf_check_relocs()
DChangeLog-200938 * elf32-ppc.c (update_plt_info): Clear sec here when addend is
1667 (update_plt_info): Pass pointer to plt_entry rather than sym hash,
2010 (update_plt_info): Likewise. Don't check addend here.
DChangeLog-20052555 (update_plt_info, find_plt_ent): New functions.
4210 * elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
DChangeLog-02034549 (update_local_sym_info, update_plt_info): New functions.