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