Home | History | Annotate | Download | only in gcc

Lines Matching refs:use_ld

246 static const char *use_ld;
4305 use_ld = ".bfd";
4309 use_ld = ".gold";
4313 use_ld = ".mold";
8710 if (use_ld != NULL && ! strcmp (print_prog_name, "ld"))
8712 /* Append USE_LD to the default linker. */
8727 ld = concat (default_linker, use_ld,
8733 ld = concat (DEFAULT_LINKER, use_ld, NULL);
8740 print_prog_name = concat (print_prog_name, use_ld, NULL);
11112 use_ld = NULL;