Searched refs:crtbegin (Results 1 – 5 of 5) sorted by relevance
1 Clang looks for the presence of crtbegin.o to decide whether to add GCC standard4 The presence of usr/lib/gcc/x86_64-linux-gnu/4.6/crtbegin.o and18 - FilterNonExistent: checks for crtbegin.o
1 dummy file for gcc toolchain detection (crtbegin.o)
9 # Need a pointer to the GNU ARM toolchain for crtbegin.o for the fp functions73 $(GCC_ARM)/lib/gcc/arm-none-eabi/7.3.1/thumb/v7e-m/fpv4-sp/hard/crtbegin.o \
70 $(GCC_ARM)/lib/gcc/arm-none-eabi/7.3.1/thumb/v7e-m/fpv4-sp/softfp/crtbegin.o \
8577 const char *crtbegin = nullptr; in ConstructJob() local8579 crtbegin = "crtbeginT.o"; in ConstructJob()8581 crtbegin = "crtbeginS.o"; in ConstructJob()8583 crtbegin = "crtbegin.o"; in ConstructJob()8585 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtbegin))); in ConstructJob()9411 const char *crtbegin; in ConstructJob() local9413 crtbegin = isAndroid ? "crtbegin_static.o" : "crtbeginT.o"; in ConstructJob()9415 crtbegin = isAndroid ? "crtbegin_so.o" : "crtbeginS.o"; in ConstructJob()9417 crtbegin = isAndroid ? "crtbegin_dynamic.o" : "crtbeginS.o"; in ConstructJob()9419 crtbegin = isAndroid ? "crtbegin_dynamic.o" : "crtbegin.o"; in ConstructJob()[all …]