Lines Matching defs:e2
906 const struct score_got_entry *e2 = (struct score_got_entry *) entry2;908 return e1->abfd == e2->abfd && e1->symndx == e2->symndx909 && (! e1->abfd ? e1->d.address == e2->d.address910 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend911 : e1->d.h == e2->d.h);