Home
last modified time | relevance | path

Searched refs:converged (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc578 bool converged = true; in match_sections() local
654 converged = false; in match_sections()
670 return converged; in match_sections()
754 bool converged = false; in find_identical_sections() local
756 while (!converged && (num_iterations < max_iterations)) in find_identical_sections()
759 converged = match_sections(num_iterations, symtab, in find_identical_sections()
767 if (converged) in find_identical_sections()