Searched refs:exact_arch_match (Results 1 – 3 of 3) sorted by relevance
233 bool exact_arch_match) const { in Matches() argument254 if (exact_arch_match) { in Matches()342 bool exact_arch_match = true; in FindMatchingModuleSpec() local344 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()352 exact_arch_match = false; in FindMatchingModuleSpec()354 if (spec.Matches(module_spec, exact_arch_match)) { in FindMatchingModuleSpec()367 bool exact_arch_match = true; in FindMatchingModuleSpecs() local370 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()378 exact_arch_match = false; in FindMatchingModuleSpecs()380 if (spec.Matches(module_spec, exact_arch_match)) in FindMatchingModuleSpecs()
352 bool exact_arch_match,
1189 bool exact_arch_match, in IsCompatibleArchitecture() argument1195 if (exact_arch_match) { in IsCompatibleArchitecture()