/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | reloc-estimate-1.d | 2 #source: reloc-estimate-1a.s 3 #source: reloc-estimate-1b.s 4 #ld: -shared -T reloc-estimate-1.ld
|
D | got-page-3.d | 10 # with a page estimate of 10. Thus the first page entry has offset
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 5528 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/ |
D | avrelf.em | 63 /* Makes a conservative estimate of the trampoline section size that could
|
D | spuelf.em | 661 ld will estimate stack size and assume no heap.\n\
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2008 | 199 * 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:
|
D | ChangeLog-2012 | 857 * ld-mips-elf/reloc-estimate-1.ld: Likewise.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-mips.c | 4535 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 …]
|
D | ChangeLog-2006 | 1565 when we need estimate of header size. Call elf_modify_segment_map. 1741 (_bfd_mips_elf_always_size_sections): Get a worst-case estimate
|
D | ChangeLog-2007 | 333 of the page_gotnos to estimate the number of page entries. 335 bfd's page_gotno to estimate the number of page entries.
|
D | ChangeLog-2008 | 1401 estimate. Allocate dynamic relocations here rather than in the
|
D | ChangeLog-0203 | 5262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | cp-demangle.c | 3745 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()
|
D | ChangeLog | 3230 (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/ |
D | gprof.texi | 249 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/ |
D | internals.texi | 1210 This function returns an estimate of the size of a @code{rs_machine_dependent}
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-0203 | 6197 the EXTENDED bit here; report the estimate according to the
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | ru.po | 10748 msgid "estimate size\n"
|
D | rw.po | 9336 msgid "estimate size\n"
|
D | ja.po | 10833 msgid "estimate size\n"
|
D | gas.pot | 13118 msgid "estimate size\n"
|
D | uk.po | 13028 msgid "estimate size\n"
|
D | tr.po | 9854 msgid "estimate size\n"
|
D | id.po | 11008 msgid "estimate size\n"
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ld.texinfo | 7161 @command{ld} will provide an estimate of maximum stack usage.
|