Searched refs:crt1 (Results 1 – 2 of 2) sorted by relevance
86 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crt1.o \97 c++ -print-file-name=crt1.o
6472 const char *crt1 = nullptr; in ConstructJob() local6475 crt1 = "gcrt1.o"; in ConstructJob()6477 crt1 = "Scrt1.o"; in ConstructJob()6479 crt1 = "crt1.o"; in ConstructJob()6481 if (crt1) in ConstructJob()6482 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crt1))); in ConstructJob()7202 const char *crt1 = nullptr; in ConstructJob() local7205 crt1 = "gcrt1.o"; in ConstructJob()7207 crt1 = "Scrt1.o"; in ConstructJob()7209 crt1 = "crt1.o"; in ConstructJob()[all …]