Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.27/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.27/ld/emultempl/
Davrelf.em64 /* 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.27/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-2014161 * ld-mips-elf/reloc-estimate-1.d: Likewise.
DChangeLog-2012857 * ld-mips-elf/reloc-estimate-1.ld: Likewise.
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc6394 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_gots() local
6395 if (estimate > g->page_gotno()) in merge_gots()
6396 estimate = g->page_gotno(); in merge_gots()
6397 estimate += g->local_gotno() + g->tls_gotno(); in merge_gots()
6403 estimate += (g->tls_gotno() > 0 ? this->master_got_info_->global_gotno() in merge_gots()
6408 if (estimate <= max_count) in merge_gots()
6453 unsigned int estimate = this->master_got_info_->page_gotno(); in merge_got_with() local
6454 if (estimate >= from->page_gotno() + to->page_gotno()) in merge_got_with()
6455 estimate = from->page_gotno() + to->page_gotno(); in merge_got_with()
6458 estimate += from->local_gotno() + to->local_gotno(); in merge_got_with()
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c4544 unsigned int estimate; in mips_elf_merge_got_with() local
4547 estimate = arg->max_pages; in mips_elf_merge_got_with()
4548 if (estimate >= from->page_gotno + to->page_gotno) in mips_elf_merge_got_with()
4549 estimate = from->page_gotno + to->page_gotno; in mips_elf_merge_got_with()
4553 estimate += from->local_gotno + to->local_gotno; in mips_elf_merge_got_with()
4554 estimate += from->tls_gotno + to->tls_gotno; in mips_elf_merge_got_with()
4560 estimate += arg->global_count; in mips_elf_merge_got_with()
4562 estimate += from->global_gotno + to->global_gotno; in mips_elf_merge_got_with()
4565 if (estimate > arg->max_count) in mips_elf_merge_got_with()
4594 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.
DChangeLog1795 if we can't estimate relocation overflow with --no-relax.
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.27/libiberty/
Dcp-demangle.c3792 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init() argument
3799 if (estimate > 0) in d_growable_string_init()
3800 d_growable_string_resize (dgs, estimate); in d_growable_string_init()
4154 int estimate, size_t *palc) in cplus_demangle_print() argument
4158 d_growable_string_init (&dgs, estimate); in cplus_demangle_print()
DChangeLog3544 (d_print): Add estimate parameter. Change all callers.
3553 arrays on stack. Make an estimate of the length of the demangled
/toolchain/binutils/binutils-2.27/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.27/gas/doc/
Dinternals.texi1206 This function returns an estimate of the size of a @code{rs_machine_dependent}
/toolchain/benchmark/
Dpanorama.diff14668 +\param allow_scaling estimate scale
14669 +\param allow_rotation estimate rotation
14670 +\param allow_translation estimate translation
24170 + * Performs smoothing on the motion estimate from feature_stab.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02036197 the EXTENDED bit here; report the estimate according to the
/toolchain/binutils/binutils-2.27/ld/
Dld.texinfo7448 @command{ld} will provide an estimate of maximum stack usage.
/toolchain/binutils/binutils-2.27/gas/po/
Dru.po10748 msgid "estimate size\n"
Drw.po9336 msgid "estimate size\n"
Dja.po10833 msgid "estimate size\n"
Dzh_CN.po13795 msgid "estimate size\n"

12