Home | History | Annotate | Download | only in bfd

Lines Matching full:entp

3685 	  struct plt_entry **entp;
3688 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
3696 *entp = ent->next;
3700 entp = &ent->next;
3702 *entp = edir->elf.plt.plist;