Searched refs:relocatables (Results 1 – 1 of 1) sorted by relevance
265 void Link(std::vector<std::string> &relocatables, DriverOptions &driver) { in Link() argument270 for (auto &relo : relocatables) { in Link()306 std::vector<std::string> fortranSources, otherSources, relocatables; in main() local327 relocatables.push_back(arg); in main()468 relocatables.push_back(relo); in main()474 relocatables.push_back(relo); in main()477 if (!relocatables.empty()) { in main()478 Link(relocatables, driver); in main()