Home
last modified time | relevance | path

Searched refs:crt1 (Results 1 – 2 of 2) sorted by relevance

/external/stlport/
DINSTALL.unixes86 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crt1.o \
97 c++ -print-file-name=crt1.o
/external/clang/lib/Driver/
DTools.cpp6472 const char *crt1 = nullptr; in ConstructJob() local
6475 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() local
7205 crt1 = "gcrt1.o"; in ConstructJob()
7207 crt1 = "Scrt1.o"; in ConstructJob()
7209 crt1 = "crt1.o"; in ConstructJob()
[all …]