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()
236 // These libraries produce following dependency graph:545 // because B is the first in the D (below) dependency order, and library A1011 // Library with dependency loop used by dlfcn tests1095 // Library with dependency used by dlfcn tests
298 // This line should be unnecessary because the linker's dependency on libunwind_llvm.a should
36 ## Changes to library dependency resolution
1623 // dependency on libgcc.a in libc though the libraries, which is not what you wanted!