Searched refs:dependencies (Results 1 – 11 of 11) sorted by relevance
1 versioner headers dependencies -p platforms -r arm -r x86 -a 9
5 versioner out/initial ../../dependencies -o out/second
102 std::vector<std::string> dependencies; in collectRequirements() local105 dependencies.emplace_back(location.header_path); in collectRequirements()109 auto collect_children = [&dependencies](const std::string& dir_path) { in collectRequirements()133 dependencies.push_back(dependency); in collectRequirements()158 CompilationRequirements result = { .headers = headers, .dependencies = dependencies }; in collectRequirements()
31 std::vector<std::string> dependencies; member
222 generateTargetCC1Flags(vfs, type, arch_req_it->second.dependencies); in initializeTargetCC1FlagCache()
8 `versioner -p platforms current dependencies`
19 `regen/dump_relocs.py` scans an ELF file and its dependencies, outputting a JSON
213 # Create a graph of every (i.e. internal and external) dependencies in the217 # Create a graph of external dependencies in the given file (report RP0402 must221 # Create a graph of internal dependencies in the given file (report RP0402 must
660 // Build libtest_check_order_dlsym.so with its dependencies.736 // Build libtest_check_order_siblings.so with its dependencies.880 // Build libtest_check_order_root.so with its dependencies.913 // Build libtest_versioned_lib.so with its dependencies.
42 dependencies before loading their main library. Worse, until it was52 Alternatively, if you don't have too many dependencies, it can be easiest to202 short term workaround, platform libraries without complex dependencies287 While library dependencies (DT_NEEDED entries in the ELF headers) can be
1810 // The build system generally requires that any dependencies of a target1813 // headers but cannot depend on libc itself due to circular dependencies