Lines Matching full:entp
4595 struct plt_entry **entp;
4598 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4606 *entp = ent->next;
4610 entp = &ent->next;
4612 *entp = to->elf.plt.plist;
4700 struct got_entry **entp;
4703 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4713 *entp = ent->next;
4717 entp = &ent->next;
4719 *entp = edir->elf.got.glist;