Searched refs:update_plt_info (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-ppc.c | 3899 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()
|
D | elf64-ppc.c | 5269 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()
|
D | ChangeLog-2009 | 38 * 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.
|
D | ChangeLog-2005 | 2555 (update_plt_info, find_plt_ent): New functions. 4210 * elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
|
D | ChangeLog-0203 | 4549 (update_local_sym_info, update_plt_info): New functions.
|