Home
last modified time | relevance | path

Searched refs:entp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c4694 struct plt_entry **entp; in move_plt_plist() local
4697 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; ) in move_plt_plist()
4705 *entp = ent->next; in move_plt_plist()
4709 entp = &ent->next; in move_plt_plist()
4711 *entp = to->elf.plt.plist; in move_plt_plist()
4799 struct got_entry **entp; in ppc64_elf_copy_indirect_symbol() local
4802 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; ) in ppc64_elf_copy_indirect_symbol()
4812 *entp = ent->next; in ppc64_elf_copy_indirect_symbol()
4816 entp = &ent->next; in ppc64_elf_copy_indirect_symbol()
4818 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
Delf32-ppc.c3679 struct plt_entry **entp; in ppc_elf_copy_indirect_symbol() local
3682 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; ) in ppc_elf_copy_indirect_symbol()
3690 *entp = ent->next; in ppc_elf_copy_indirect_symbol()
3694 entp = &ent->next; in ppc_elf_copy_indirect_symbol()
3696 *entp = edir->elf.plt.plist; in ppc_elf_copy_indirect_symbol()