Searched refs:sequences (Results 1 – 25 of 51) sorted by relevance
123
/toolchain/binutils/binutils-2.25/bfd/ |
D | dwarf2.c | 1144 struct line_sequence* sequences; member 1220 struct line_sequence* seq = table->sequences; in add_line_info() 1280 seq->prev_sequence = table->sequences; in add_line_info() 1283 table->sequences = seq; in add_line_info() 1476 struct line_sequence* sequences; in sort_line_sequences() local 1487 sequences = (struct line_sequence *) bfd_alloc (table->abfd, amt); in sort_line_sequences() 1488 if (sequences == NULL) in sort_line_sequences() 1492 seq = table->sequences; in sort_line_sequences() 1498 sequences[n].low_pc = seq->low_pc; in sort_line_sequences() 1499 sequences[n].prev_sequence = NULL; in sort_line_sequences() [all …]
|
D | ChangeLog-2010 | 1682 Optimize largetoc sequences. 2729 (ppc64_elf_relocate_section): Optimize bigtoc insn sequences. 3333 * elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences 3337 (ppc64_elf_relocate_section): Edit tprel tls sequences.
|
D | ChangeLog-2009 | 5 add sequences. 6 (add_line_info): Add new sequences as necessary. 2997 (elf32_arm_stub_a8_veneer_blx): New stub sequences. 4661 tls sequences. Avoid unnecessary reading and writing of insns.
|
D | ChangeLog-2013 | 767 64-bit -mcmodel=large -fpic TLS GD and LD sequences. 769 TLS GD and LD sequences in GD->LE, GD->IE and LD->LE transitions.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-nios2.texi | 37 sequences when possible. The generated code sequences are suitable 39 on the extended branch range because of the length of the sequences. 45 and all call instructions with @code{jmp} and @code{callr} sequences 237 @code{jmp} sequences (default). 242 @code{jmp} and @code{callr} sequences.
|
D | c-hppa.texi | 224 @xref{Strings,,Strings}, for information on escape sequences you can use in
|
D | internals.texi | 977 If you define this macro, GAS will not permit escape sequences in a string. 982 sequences in a string. 1830 different instruction sequences depending upon the size of the symbol being
|
D | c-sparc.texi | 697 Here are some example TLS model sequences.
|
D | c-xtensa.texi | 564 sequences for the @code{ADDI} operation. First, if the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | byte-1.s | 1 # Test BYTE sequences, excercising code paths for valid input.
|
/toolchain/binutils/binutils-2.25/etc/ |
D | add-log.vi | 8 It contains control and escape sequences, so don't just cut and paste it.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
D | tlsbin.s | 14 ! Set up .GOT pointer for non-pic @gottpoff sequences
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | mips16-pic-1.inc | 117 # Use PIC %call16 sequences to call a_NAME and b_NAME.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
D | tlspic.dd | 237 # -mcmodel=large sequences
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | ChangeLog-9103 | 389 (nextword): Handle some \-sequences.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog | 232 For MIPS, update extension character sequences after +. 237 For microMIPS, update extension character sequences after +.
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | ChangeLog | 497 Move duplicated code sequences into a macro.
|
D | frv.opc | 509 identical starting sequences are together. */
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | gold.pot | 2428 msgid "(PowerPC64 only) Optimize TOC code sequences" 2432 msgid "(PowerPC64 only) Don't optimize TOC code sequences"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2013 | 679 * gas/mips/ldstla-32.d: Avoid "lui at,0x0" sequences for 690 USH and ULH sequences. Fix the expected output for LD and SD when
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 2680 printable character sequences that are at least 4 characters long (or 2685 to either displaying all the printable sequences that it can find in 2686 each file, or only those sequences that are in loadable, initialized 2689 sequences that it can find. 2736 Print sequences of characters that are at least @var{min-len} characters
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2004 | 328 assembler-generated longcall sequences. Describe new --size-opt
|
D | ld.texinfo | 6517 potentially-troublesome sequences, and a veneer is created for each 6555 The @samp{--pic-veneer} switch makes the linker use PIC sequences for 6562 The linker will automatically generate and insert small sequences of 6565 placement of these sequences of instructions - called stubs - is 6943 sequences used to access Thread-Local Storage. Use this option to 7009 sequences used to access Thread-Local Storage. Use this option to 7725 unnecessary overhead from assembler-generated ``longcall'' sequences of
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 162 % sometimes characters are active, so we need control sequences. 3786 % Is automatically provided with highlighting sequences respectively 4347 % control sequences and just writes whatever the best ASCII sort string 4504 % sequences like this: 6709 % Make control sequences which act like normal parenthesis chars.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-9197 | 41 * windres.h (ESCAPE_*): Define standard escape sequences. 42 * rclex.l (handle_quotes): Handle standard escape sequences. Warn 44 * windres.c (unicode_print): Print standard escape sequences.
|
123