Searched refs:collect2name (Results 1 – 3 of 3) sorted by relevance
299 collect2name=`${CC} -print-prog-name=collect2`300 if test -f "$collect2name" && \301 strings "$collect2name" | grep resolve_lib_name >/dev/null
5459 collect2name=`$CC -print-prog-name=collect2`5460 if test -f "$collect2name" &&5461 strings "$collect2name" | $GREP resolve_lib_name >/dev/null6530 collect2name=`$CC -print-prog-name=collect2`6531 if test -f "$collect2name" &&6532 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
18550 if test -f "$collect2name" &&18551 strings "$collect2name" | $GREP resolve_lib_name >/dev/null