Home | History | Annotate | Download | only in bfd

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->symndx
909 && (! e1->abfd ? e1->d.address == e2->d.address
910 : e1->symndx >= 0 ? e1->d.addend == e2->d.addend
911 : e1->d.h == e2->d.h);