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