Home | History | Annotate | Download | only in bfd

Lines Matching full:entp

4698 	  struct plt_entry **entp;
4701 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4709 *entp = ent->next;
4713 entp = &ent->next;
4715 *entp = to->elf.plt.plist;
4803 struct got_entry **entp;
4806 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4816 *entp = ent->next;
4820 entp = &ent->next;
4822 *entp = edir->elf.got.glist;