Lines Matching defs:e2
1024 const struct score_got_entry *e2 = (struct score_got_entry *)entry2;1026 return e1->abfd == e2->abfd && e1->symndx == e2->symndx1027 && (! e1->abfd ? e1->d.address == e2->d.address1028 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend1029 : e1->d.h == e2->d.h);