Searched refs:useShared (Results 1 – 1 of 1) sorted by relevance
5436 bool useShared = buildingLib && !hasStaticArg; in ConstructJob() local5520 std::string initObj = useShared ? "/initS.o" : "/init.o"; in ConstructJob()5568 std::string finiObj = useShared ? "/finiS.o" : "/fini.o"; in ConstructJob()