Lines Matching defs:estimate
3975 The number might be exact or a worst-case estimate, depending on how
4480 /* Record any change in the total estimate. */
4578 into got_page_entry structures and estimate the number of page entries
4764 unsigned int estimate;
4767 estimate = arg->max_pages;
4768 if (estimate >= from->page_gotno + to->page_gotno)
4769 estimate = from->page_gotno + to->page_gotno;
4771 /* And conservatively estimate how many local and TLS entries
4773 estimate += from->local_gotno + to->local_gotno;
4774 estimate += from->tls_gotno + to->tls_gotno;
4777 come after the full set of global entries. Otherwise estimate those
4780 estimate += arg->global_count;
4782 estimate += from->global_gotno + to->global_gotno;
4785 if (estimate > arg->max_count)
4814 unsigned int estimate;
4821 estimate = arg->max_pages;
4822 if (estimate > g->page_gotno)
4823 estimate = g->page_gotno;
4824 estimate += g->local_gotno + g->tls_gotno;
4830 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
4832 if (estimate <= arg->max_count)
9036 don't count R_MIPS_GOT_PAGE because we can estimate the
9881 /* Estimate the size of the .MIPS.stubs section. */
9899 /* Get a worst-case estimate of the number of dynamic symbols needed.