Searched refs:labels (Results 1 – 25 of 81) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | labels.s | 1 * local labels 3 * Local labels are undefined/reset in one of four ways: 26 .copy labels.inc
|
D | labels.d | 2 #name: c54x local labels
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | reloclab.s | 1 # Different relocations for extern labels: GETA, PUSHJ, Bcc, JMP. 2 # Mix in different accesses to local labels to see that relaxing works for
|
D | relax2.s | 2 # local symbols, ditto non-local labels, similar with three PUSHJs. 3 # Note the absence of ":" on labels: because it's a symbol-character,
|
D | locall1.s | 1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
|
D | fb-1.s | 1 # FB-labels are valid in GREG definitions.
|
D | align-1.s | 2 # labels to such entities are aligned.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | labfloat.s | 1 ; Check if labels are mistaken for floats.
|
D | rd-dw2-8.d | 5 # Simple broken word, table with two labels.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
D | label.s | 1 # labels should be aligned on 8-byte boundries
|
D | label-debug.s | 1 # labels should be aligned on 8-byte boundries
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | undefined_coff.d | 3 # use a different naming convention for local labels.
|
D | undefined.d | 3 # use a different naming convention for local labels.
|
D | arm-it-auto.s | 6 @These branches are to see the labels in the generated file
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-sh64.texi | 147 Instruction label references can reference labels in either SHmedia or 148 SHcompact. To differentiate between the two, labels in SHmedia sections 150 which SHcompact labels will have the least significant bit reset 180 labels to determine when such mode switches occur (by checking the least
|
D | c-xstormy16.texi | 88 computes the difference between the address of labels 'here' and 99 computes the difference between the address of labels 'here' and
|
D | c-rx.texi | 183 effect. Note that one or more labels may be between this directive 184 and the opcode; those labels are aligned as well. Any inserted bytes
|
D | c-tic54x.texi | 153 Local labels may be defined in two ways: 162 Local labels thus defined may be redefined or automatically generated. 548 This directive resets any TIC54X local labels currently defined. Normal 549 @code{@value{AS}} local labels are unaffected.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/ |
D | reloc-2.s | 30 ; check branch operations to local labels
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.h | 68 struct insn_label_list *labels; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-sh.c | 2657 bfd_vma *labels = NULL; in sh_align_loads() local 2667 labels = (bfd_vma *) bfd_malloc (amt); in sh_align_loads() 2668 if (labels == NULL) in sh_align_loads() 2670 label_end = labels; in sh_align_loads() 2684 label = labels; in sh_align_loads() 2709 free (labels); in sh_align_loads() 2714 if (labels != NULL) in sh_align_loads() 2715 free (labels); in sh_align_loads()
|
D | elf32-msp430.c | 1500 int labels; /* Position of labels: 1 - one label at first member 2115 if (rx->labels == 3) /* Handle special cases. */ in msp430_elf_relax_section() 2124 if (rx->labels == 3) /* Handle special cases. */ in msp430_elf_relax_section()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/ |
D | reglabel.s | 1 ! labels starting with a valid register name
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | TODO | 32 name are suppressed (happens with labels, for example);
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2010 | 66 for new fake labels created off the dot special symbol. 71 (s_cons, s_float_cons, s_gpword, s_gpdword): Only clear labels 73 (mips_define_label): Move code to record labels over to... 526 * config/bfin-parse.y (LOOP_BEGIN, LOOP_END): Handle numeric labels. 1617 (tic6x_segment_info_type): Keep a list of labels and a current 1618 frag instead of a boolean for whether labels seen and a count of 1628 (md_assemble): Handle list of labels and saved frag for execute 1630 adjust labels accordingly.
|
1234