Searched refs:crtend (Results 1 – 12 of 12) sorted by relevance
15 OBJS+= crtend.o crtendS.o65 crtend.o: crtend.c66 crtendS.o: crtend.c68 crtbegin.o crtend.o crtbeginT.o:
117 the crtend.o file until after the sorted ctors.118 The .ctor section from the crtend file contains the120 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))130 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
123 the crtend.o file until after the sorted ctors.124 The .ctor section from the crtend file contains the126 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))136 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
181 const char *crtbegin, *crtend; in ConstructJob() local185 crtend = "crtend.o"; in ConstructJob()190 crtend = ToolChain.getCompilerRTArgString(Args, "crtend", in ConstructJob()224 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
185 const char *crtend = nullptr; in ConstructJob() local187 crtend ="crtendS.o"; in ConstructJob()189 crtend = "crtend.o"; in ConstructJob()191 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
277 const char *crtend = nullptr; in ConstructJob() local279 crtend = "crtendS.o"; in ConstructJob()281 crtend = "crtend.o"; in ConstructJob()282 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
282 const char *crtend = nullptr; in ConstructJob() local284 crtend = "crtend.o"; in ConstructJob()286 crtend = "crtendS.o"; in ConstructJob()288 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
376 const char *crtend = nullptr; in ConstructJob() local378 crtend = "crtendS.o"; in ConstructJob()380 crtend = "crtend.o"; in ConstructJob()381 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
362 const char *crtend = nullptr; in ConstructJob() local364 crtend = "crtendS.o"; in ConstructJob()366 crtend = "crtend.o"; in ConstructJob()368 CmdArgs.push_back(Args.MakeArgString(ToolChain.GetFilePath(crtend))); in ConstructJob()
653 std::string crtend = ToolChain.getCompilerRT(Args, "crtend", in ConstructJob() local655 if (ToolChain.getVFS().exists(crtend)) in ConstructJob()656 P = crtend; in ConstructJob()659 const char *crtend; in ConstructJob() local661 crtend = isAndroid ? "crtend_so.o" : "crtendS.o"; in ConstructJob()663 crtend = isAndroid ? "crtend_android.o" : "crtendS.o"; in ConstructJob()665 crtend = isAndroid ? "crtend_android.o" : "crtend.o"; in ConstructJob()666 P = ToolChain.GetFilePath(crtend); in ConstructJob()
33 LIBCRTEND= ${DESTDIR}/usr/lib/crtend.o
1183 The BSD crtbegin and crtend code has been enabled by default. It has