Lines Matching defs:e2
3051 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2;
3053 return (e1->symndx == e2->symndx
3054 && e1->tls_type == e2->tls_type
3056 : !e1->abfd ? !e2->abfd && e1->d.address == e2->d.address
3057 : e1->symndx >= 0 ? (e1->abfd == e2->abfd
3058 && e1->d.addend == e2->d.addend)
3059 : e2->abfd && e1->d.h == e2->d.h));