Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 28) sorted by relevance

12

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dreloc-estimate-1.d2 #source: reloc-estimate-1a.s
3 #source: reloc-estimate-1b.s
4 #ld: -shared -T reloc-estimate-1.ld
Dgot-page-3.d10 # with a page estimate of 10. Thus the first page entry has offset
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc5528 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_gots() local
5529 if (estimate > g->page_gotno()) in merge_gots()
5530 estimate = g->page_gotno(); in merge_gots()
5531 estimate += g->local_gotno() + g->tls_gotno(); in merge_gots()
5537 estimate += (g->tls_gotno() > 0 ? this->master_got_info_->global_gotno() in merge_gots()
5542 if (estimate <= max_count) in merge_gots()
5587 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_got_with() local
5588 if (estimate >= from->page_gotno() + to->page_gotno()) in merge_got_with()
5589 estimate = from->page_gotno() + to->page_gotno(); in merge_got_with()
5592 estimate += from->local_gotno() + to->local_gotno(); in merge_got_with()
[all …]
/toolchain/binutils/binutils-2.25/ld/emultempl/
Davrelf.em63 /* Makes a conservative estimate of the trampoline section size that could
Dspuelf.em661 ld will estimate stack size and assume no heap.\n\
/toolchain/binutils/binutils-2.25/ld/testsuite/
DChangeLog-2008199 * ld-mips-elf/reloc-estimate-1.d: Make endian-neutral.
396 * ld-mips-elf/reloc-estimate-1.d, ld-mips-elf/reloc-estimate-1.ld,
397 ld-mips-elf/reloc-estimate-1a.s, ld-mips-elf/reloc-estimate-1b.s:
DChangeLog-2012857 * ld-mips-elf/reloc-estimate-1.ld: Likewise.
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c4535 unsigned int estimate; in mips_elf_merge_got_with() local
4538 estimate = arg->max_pages; in mips_elf_merge_got_with()
4539 if (estimate >= from->page_gotno + to->page_gotno) in mips_elf_merge_got_with()
4540 estimate = from->page_gotno + to->page_gotno; in mips_elf_merge_got_with()
4544 estimate += from->local_gotno + to->local_gotno; in mips_elf_merge_got_with()
4545 estimate += from->tls_gotno + to->tls_gotno; in mips_elf_merge_got_with()
4551 estimate += arg->global_count; in mips_elf_merge_got_with()
4553 estimate += from->global_gotno + to->global_gotno; in mips_elf_merge_got_with()
4556 if (estimate > arg->max_count) in mips_elf_merge_got_with()
4585 unsigned int estimate; in mips_elf_merge_got() local
[all …]
DChangeLog-20061565 when we need estimate of header size. Call elf_modify_segment_map.
1741 (_bfd_mips_elf_always_size_sections): Get a worst-case estimate
DChangeLog-2007333 of the page_gotnos to estimate the number of page entries.
335 bfd's page_gotno to estimate the number of page entries.
DChangeLog-20081401 estimate. Allocate dynamic relocations here rather than in the
DChangeLog-02035262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c3745 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init() argument
3752 if (estimate > 0) in d_growable_string_init()
3753 d_growable_string_resize (dgs, estimate); in d_growable_string_init()
4105 int estimate, size_t *palc) in cplus_demangle_print() argument
4109 d_growable_string_init (&dgs, estimate); in cplus_demangle_print()
DChangeLog3230 (d_print): Add estimate parameter. Change all callers.
3239 arrays on stack. Make an estimate of the length of the demangled
/toolchain/binutils/binutils-2.25/gprof/
Dgprof.texi249 other functions it called, and how many times. There is also an estimate
1200 An estimate of the amount of time spent in @code{report} itself when it was
1204 An estimate of the amount of time spent in subroutines of @code{report}
1207 The sum of the @code{self} and @code{children} fields is an estimate
1259 An estimate of the amount of time spent directly within @code{report}
1263 An estimate of the amount of time spent in subroutines of @code{report}
1266 The sum of the @code{self} and @code{children} fields is an estimate
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1210 This function returns an estimate of the size of a @code{rs_machine_dependent}
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02036197 the EXTENDED bit here; report the estimate according to the
/toolchain/binutils/binutils-2.25/gas/po/
Dru.po10748 msgid "estimate size\n"
Drw.po9336 msgid "estimate size\n"
Dja.po10833 msgid "estimate size\n"
Dgas.pot13118 msgid "estimate size\n"
Duk.po13028 msgid "estimate size\n"
Dtr.po9854 msgid "estimate size\n"
Did.po11008 msgid "estimate size\n"
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo7161 @command{ld} will provide an estimate of maximum stack usage.

12