Home | History | Annotate | Download | only in ld

Lines Matching defs:winner

2997 static const bfd_target *winner;
3027 /* If we have not found a potential winner yet, then record this one. */
3028 if (winner == NULL)
3030 winner = target;
3037 > name_compare (winner->name, original->name))
3038 winner = target;
3141 if (winner == NULL)
3145 output_target = winner->name;