Searched refs:dependency (Results 1 – 5 of 5) sorted by relevance
122 std::string dependency = dir_path + "/" + dent->d_name; in collectRequirements() local125 if (stat(dependency.c_str(), &st) != 0) { in collectRequirements()126 err(1, "failed to stat dependency '%s'", dependency.c_str()); in collectRequirements()130 errx(1, "'%s' is not a directory", dependency.c_str()); in collectRequirements()133 dependencies.push_back(dependency); in collectRequirements()
384 // These libraries produce following dependency graph:693 // because B is the first in the D (below) dependency order, and library A1158 // Library with dependency loop used by dlfcn tests1242 // Library with dependency used by dlfcn tests
386 // This line should be unnecessary because the linker's dependency on libunwind_llvm.a should
39 ## Changes to library dependency resolution
1575 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!