Home | History | Annotate | Download | only in bfd

Lines Matching defs:estimate

3929    The number might be exact or a worst-case estimate, depending on how
4434 /* Record any change in the total estimate. */
4532 into got_page_entry structures and estimate the number of page entries
4718 unsigned int estimate;
4721 estimate = arg->max_pages;
4722 if (estimate >= from->page_gotno + to->page_gotno)
4723 estimate = from->page_gotno + to->page_gotno;
4725 /* And conservatively estimate how many local and TLS entries
4727 estimate += from->local_gotno + to->local_gotno;
4728 estimate += from->tls_gotno + to->tls_gotno;
4731 come after the full set of global entries. Otherwise estimate those
4734 estimate += arg->global_count;
4736 estimate += from->global_gotno + to->global_gotno;
4739 if (estimate > arg->max_count)
4768 unsigned int estimate;
4775 estimate = arg->max_pages;
4776 if (estimate > g->page_gotno)
4777 estimate = g->page_gotno;
4778 estimate += g->local_gotno + g->tls_gotno;
4784 estimate += (g->tls_gotno > 0 ? arg->global_count : g->global_gotno);
4786 if (estimate <= arg->max_count)
8956 don't count R_MIPS_GOT_PAGE because we can estimate the
9801 /* Estimate the size of the .MIPS.stubs section. */
9819 /* Get a worst-case estimate of the number of dynamic symbols needed.