Home | History | Annotate | Download | only in bfd

Lines Matching defs:e2

1447       const char *e2 = refp;
1451 while (*e2 && ! IS_DIR_SEPARATOR (*e2))
1452 ++e2;
1453 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp
1457 refp = e2 + 1;