Home | History | Annotate | Download | only in bfd

Lines Matching full:entp

3569 	  struct plt_entry **entp;
3572 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
3580 *entp = ent->next;
3584 entp = &ent->next;
3586 *entp = edir->elf.plt.plist;