/toolchain/binutils/binutils-2.25/config/ |
D | bootstrap-debug-big.mk | 6 STAGE2_CFLAGS += -fdump-final-insns 7 STAGE3_CFLAGS += -fdump-final-insns
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 1907 char *final; in bfd_demangle() local 1913 final = (char *) bfd_malloc (pre_len + len + suf_len); in bfd_demangle() 1914 if (final != NULL) in bfd_demangle() 1916 memcpy (final, pre, pre_len); in bfd_demangle() 1917 memcpy (final + pre_len, res, len); in bfd_demangle() 1918 memcpy (final + pre_len + len, suf, suf_len); in bfd_demangle() 1921 res = final; in bfd_demangle()
|
D | elf32-nds32.c | 3172 asection *first = NULL, *final = NULL, *temp; in nds32_elf_final_sda_base() local 3197 final = temp; in nds32_elf_final_sda_base() 3222 final = temp; in nds32_elf_final_sda_base() 3226 if (first && final) in nds32_elf_final_sda_base() 3229 sda_base = final->vma / 2 + final->rawsize / 2 + first->vma / 2; in nds32_elf_final_sda_base() 3235 final = bfd_get_section_by_name (output_bfd, sec_name[i]); in nds32_elf_final_sda_base() 3236 if (final && (final->size != 0 || final->rawsize != 0) in nds32_elf_final_sda_base() 3237 && sda_base >= final->vma) in nds32_elf_final_sda_base() 3239 first = final; in nds32_elf_final_sda_base()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | arm-no-rel-plt.out | 2 .*: final link failed: Invalid operation
|
D | unwind-4.s | 38 @ final function is cantunwind, so output table size is smaller
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
D | app4.d | 3 #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | crange4-1.d | 4 #name: .cranges descriptors with final variant.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | unwind-4.s | 55 # final function is cantunwind, so output table size is smaller
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | tic80coff.sc | 14 # a final relocation.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | powerpc.cc | 5852 const bool final = gsym->final_value_is_known(); in global() local 5853 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in global() 6170 const bool final = gsym->final_value_is_known(); in global() local 6171 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in global() 6260 const bool final = gsym->final_value_is_known(); in global() local 6261 const tls::Tls_optimization tls_type = target->optimize_tls_ie(final); in global() 6976 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local 6977 const tls::Tls_optimization tls_type = target->optimize_tls_gd(final); in relocate() 7104 const bool final = gsym == NULL || gsym->final_value_is_known(); in relocate() local 7105 const tls::Tls_optimization tls_type = target->optimize_tls_ie(final); in relocate() [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-mmix.texi | 69 final addresses aren't known until link-time, but it will do an effort 126 be a multiple of four, and a final @code{GO $255,$255,0}. 131 Similar to conditional branches and @code{PUSHJ}. The final instruction 224 and @samp{.data} segments of the final program can be defined, though when 227 the final executable. @xref{MMIX-loc}.
|
D | c-z8k.texi | 126 the final address in memory of the operand. 131 extended immediate displacement to produce the final address in memory 137 the sign extended 16 bit index register r@var{m} to produce the final
|
D | internals.texi | 65 is used during the final pass over the symbol table. 73 relocations to other symbols, or this symbol cannot be removed from the final 200 included in the final symbol table. Note that this is not the opposite of 526 portion of the final object file. As GAS reads the source file, it creates 528 fixups are processed to produce the final contents. 638 does not handle final absolute addresses, but rather requires that the linker 1840 work out their final sizes. 1905 @code{vfprintf}, and a final newline.
|
D | c-hppa.texi | 28 assembler so that you can debug the final executable.
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | pt_BR.po | 40 msgstr "%s: %s: final de arquivo inesperado\n" 320 msgstr "%s: final de arquivo inesperado depois de ler %d/%d bin�rios\n" 459 msgstr "%s: %s: final de arquivo inesperado depois de ler %d de %d amostras\n"
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 305 This will be set to a non-empty string when the linker is doing a final 333 be run when doing a final relocation, they should be enclosed within a 336 a final link. Naturally, those symbols should not be defined when doing 353 doing a final relocation. This will typically be done like this: 524 building the final output file. See the BFD reference for all the 544 values. After assigning final values to the symbols,
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mmix-elfnmmo.em | 52 been allocated, and produce the final settings for the linker-generated
|
D | vms.em | 102 /* We have nothing to say for anything other than a final link or an excluded
|
D | mmo.em | 92 /* We have nothing to say for anything other than a final link or
|
D | sunos.em | 370 /* We only need to worry about this when doing a final link. */ 915 the final file position of the section, but we don't.
|
D | sh64elf.em | 359 final; it can shrink. */
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2007 | 22 * cg_print.c (sort_members): Include the final member on the list
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sh64.c | 802 bfd_boolean final) in shmedia_md_convert_frag() argument 821 = (! final in shmedia_md_convert_frag() 849 = ((symbolP && final && ! sh_relax ? S_GET_VALUE (symbolP) : 0) in shmedia_md_convert_frag()
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 863 This handles both a final link and a relocatable link; in the latter 1166 based on the final value of one or more symbols. Relocations are 1183 section is the difference between the value of a symbol and the final 1263 look like after assembly, after a relocatable link, and after a final 1265 perform during a relocatable link and during a final link. 1297 Test the linker. Test the case of a final link. If the relocation can 1301 final and relocatable link, test the case when the symbol is a common 1373 the case of an assembly, a relocatable link, and a final link. At
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | es.po | 1850 …epuración está corrupta, la longitud de CU en %s se extiende más allá del final de la sección (lon… 2385 msgstr " (inicio == final)" 2389 msgstr " (inicio > final)" 2394 msgstr "Hay %ld bytes sin usar al final de la sección %s\n" 2478 msgstr "(inicio == final)" 2482 msgstr "(inicio > final)" 2921 msgstr "se dejaron bloques en la pila al final" 3899 msgstr "%s:%d: se encontró basura al final de la línea" 4537 msgstr "error: la dirección de inicio debe estar antes de la dirección final" 4541 msgstr "error: la dirección de parada debe estar después de la dirección final" [all …]
|