Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c3784 update_plt_info (bfd *abfd, struct plt_entry **plist, in update_plt_info() function
3973 if (!update_plt_info (abfd, ifunc, got2, addend)) in ppc_elf_check_relocs()
4062 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4214 if (!update_plt_info (abfd, &h->plt.plist, got2, addend)) in ppc_elf_check_relocs()
4285 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4364 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
4399 if (!update_plt_info (abfd, &h->plt.plist, NULL, 0)) in ppc_elf_check_relocs()
Delf64-ppc.c5159 update_plt_info (bfd *abfd, struct plt_entry **plist, bfd_vma addend) in update_plt_info() function
5310 && !update_plt_info (abfd, ifunc, rel->r_addend)) in ppc64_elf_check_relocs()
5415 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend)) in ppc64_elf_check_relocs()
5439 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend)) in ppc64_elf_check_relocs()
5557 if (!update_plt_info (abfd, &h->plt.plist, rel->r_addend)) in ppc64_elf_check_relocs()
5701 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.