Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/toolchain/binutils/binutils-2.25/opcodes/
Drl78-decode.c1 #line 1 "rl78-decode.opc"
203 #line 910 "rl78-decode.opc" in rl78_decode_opcode()
216 #line 273 "rl78-decode.opc" in rl78_decode_opcode()
226 #line 273 "rl78-decode.opc" in rl78_decode_opcode()
241 #line 264 "rl78-decode.opc" in rl78_decode_opcode()
256 #line 270 "rl78-decode.opc" in rl78_decode_opcode()
271 #line 276 "rl78-decode.opc" in rl78_decode_opcode()
286 #line 1233 "rl78-decode.opc" in rl78_decode_opcode()
303 #line 677 "rl78-decode.opc" in rl78_decode_opcode()
318 #line 227 "rl78-decode.opc" in rl78_decode_opcode()
[all …]
Drx-decode.c1 #line 1 "rx-decode.opc"
297 #line 987 "rx-decode.opc" in rx_decode_opcode()
312 #line 990 "rx-decode.opc" in rx_decode_opcode()
327 #line 768 "rx-decode.opc" in rx_decode_opcode()
345 #line 774 "rx-decode.opc" in rx_decode_opcode()
363 #line 746 "rx-decode.opc" in rx_decode_opcode()
378 #line 762 "rx-decode.opc" in rx_decode_opcode()
395 #line 542 "rx-decode.opc" in rx_decode_opcode()
397 #line 542 "rx-decode.opc" in rx_decode_opcode()
399 #line 542 "rx-decode.opc" in rx_decode_opcode()
[all …]
Dmsp430-decode.c1 #line 1 "msp430-decode.opc"
361 #line 438 "msp430-decode.opc" in msp430_decode_opcode()
363 #line 438 "msp430-decode.opc" in msp430_decode_opcode()
374 #line 438 "msp430-decode.opc" in msp430_decode_opcode()
385 #line 443 "msp430-decode.opc" in msp430_decode_opcode()
387 #line 443 "msp430-decode.opc" in msp430_decode_opcode()
398 #line 443 "msp430-decode.opc" in msp430_decode_opcode()
409 #line 448 "msp430-decode.opc" in msp430_decode_opcode()
411 #line 448 "msp430-decode.opc" in msp430_decode_opcode()
422 #line 448 "msp430-decode.opc" in msp430_decode_opcode()
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dmessages.c109 unsigned int line; in as_show_where() local
111 as_where (&file, &line); in as_show_where()
115 if (line != 0) in as_show_where()
116 fprintf (stderr, "%s:%u: ", file, line); in as_show_where()
143 as_warn_internal (char *file, unsigned int line, char *buffer) in as_warn_internal() argument
148 as_where (&file, &line); in as_warn_internal()
153 if (line != 0) in as_warn_internal()
154 fprintf (stderr, "%s:%u: %s%s\n", file, line, _("Warning: "), buffer); in as_warn_internal()
191 as_warn_where (char *file, unsigned int line, const char *format, ...) in as_warn_where() argument
201 as_warn_internal (file, line, buffer); in as_warn_where()
[all …]
Dlisting.c157 unsigned int line; member
300 unsigned int line; in listing_newline() local
329 as_where (&file, &line); in listing_newline()
332 if (line == last_line in listing_newline()
402 last_line = line; in listing_newline()
415 new_i->line = line; in listing_newline()
464 if (f->line == listing_tail) in listing_prev_line()
465 f->line = l; in listing_prev_line()
476 buffer_line (file_info_type *file, char *line, unsigned int size) in buffer_line() argument
480 char *p = line; in buffer_line()
[all …]
Ddwarf2dbg.c230 unsigned int line; member
367 static unsigned int line = -1; in dwarf2_gen_line_info() local
373 if (loc->filenum == 0 || loc->line == 0) in dwarf2_gen_line_info()
381 && line == loc->line && filenum == loc->filenum) in dwarf2_gen_line_info()
384 line = loc->line; in dwarf2_gen_line_info()
393 sprintf (name, ".Loc.%u.%u", line, filenum); in dwarf2_gen_line_info()
416 dwarf2_where (struct dwarf2_line_info *line) in dwarf2_where() argument
421 as_where (&filename, &line->line); in dwarf2_where()
422 line->filenum = get_filenum (filename, 0); in dwarf2_where()
423 line->column = 0; in dwarf2_where()
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-epiphany.texi27 @code{@value{AS}} has two additional command-line options for the Epiphany
33 @cindex @code{-mepiphany} command line option, Epiphany
38 @cindex @code{-mepiphany16} command line option, Epiphany
53 @cindex line comment character, Epiphany
54 @cindex Epiphany line comment character
55 The presence of a @samp{;} on a line indicates the start
56 of a comment that extends to the end of the current line.
58 If a @samp{#} appears as the first character of a line then the whole
59 line is treated as a comment, but in this case the line could also be
60 a logical line number directive (@pxref{Comments}) or a preprocessor
[all …]
Dc-pj.texi19 @code{@value{AS}} has two additional command-line options for the picoJava
38 @cindex line comment character, PJ
39 @cindex PJ line comment character
40 The presence of a @samp{!} or @samp{/} on a line indicates the start
41 of a comment that extends to the end of the current line.
43 If a @samp{#} appears as the first character of a line then the whole
44 line is treated as a comment, but in this case the line could also be
45 a logical line number directive (@pxref{Comments}) or a preprocessor
48 @cindex line separator, PJ
50 @cindex PJ line separator
[all …]
Dc-mt.texi29 @cindex @code{-march=} command line option, MT
40 @cindex @code{-nosched} command line option, MT
55 @cindex line comment character, MT
56 @cindex MT line comment character
57 The presence of a @samp{;} appearing anywhere on a line indicates the
58 start of a comment that extends to the end of that line.
60 If a @samp{#} appears as the first character of a line then the whole
61 line is treated as a comment, but in this case the line can also be a
62 logical line number directive (@pxref{Comments}) or a preprocessor
65 @cindex line separator, MT
[all …]
Dc-ip2k.texi36 line option.
56 @cindex line comment character, IP2K
57 @cindex IP2K line comment character
58 The presence of a @samp{;} on a line indicates the start of a comment
59 that extends to the end of the current line.
61 If a @samp{#} appears as the first character of a line, the whole line
62 is treated as a comment, but in this case the line can also be a
63 logical line number directive (@pxref{Comments}) or a preprocessor
66 @cindex line separator, IP2K
68 @cindex IP2K line separator
[all …]
Dc-xstormy16.texi24 @cindex line comment character, XStormy16
25 @cindex XStormy16 line comment character
26 @samp{#} is the line comment character. If a @samp{#} appears as the
27 first character of a line, the whole line is treated as a comment, but
28 in this case the line can also be a logical line number directive
35 from wherever the character appears on the line up to the end of the
36 line.
38 @cindex line separator, XStormy16
40 @cindex XStormy16 line separator
43 line.
[all …]
Dc-ns32k.texi58 @cindex line comment character, NS32K
59 @cindex NS32K line comment character
60 The presence of a @samp{#} appearing anywhere on a line indicates the
61 start of a comment that extends to the end of that line.
63 If a @samp{#} appears as the first character of a line then the whole
64 line is treated as a comment, but in this case the line can also be a
65 logical line number directive (@pxref{Comments}) or a preprocessor
69 the @samp{|} character appearing as the first character on a line will
70 also indicate the start of a line comment.
72 @cindex line separator, NS32K
[all …]
Dc-lm32.texi30 @cindex @code{-mmultiply-enabled} command line option, LM32
34 @cindex @code{-mdivide-enabled} command line option, LM32
38 @cindex @code{-mbarrel-shift-enabled} command line option, LM32
42 @cindex @code{-msign-extend-enabled} command line option, LM32
46 @cindex @code{-muser-enabled} command line option, LM32
50 @cindex @code{-micache-enabled} command line option, LM32
54 @cindex @code{-mdcache-enabled} command line option, LM32
58 @cindex @code{-mbreak-enabled} command line option, LM32
62 @cindex @code{-mall-enabled} command line option, LM32
208 @cindex line comment character, LM32
[all …]
Dc-xc16x.texi67 @cindex line comment character, xc16x
68 @cindex xc16c line comment character
69 The presence of a @samp{;} appearing anywhere on a line indicates the
70 start of a comment that extends to the end of that line.
72 If a @samp{#} appears as the first character of a line then the whole
73 line is treated as a comment, but in this case the line can also be a
74 logical line number directive (@pxref{Comments}) or a preprocessor
77 @cindex line separator, xc16x
79 @cindex xc16x line separator
80 The XC16X assembler does not support a line separator character.
Dc-rl78.texi98 @option{-m32bit-doubles}|@option{-m64bit-doubles} command line
122 @cindex line comment character, RL78
123 @cindex RL78 line comment character
124 The presence of a @samp{;} appearing anywhere on a line indicates the
125 start of a comment that extends to the end of that line.
127 If a @samp{#} appears as the first character of a line then the whole
128 line is treated as a comment, but in this case the line can also be a
129 logical line number directive (@pxref{Comments}) or a preprocessor
132 @cindex line separator, RL78
134 @cindex RL78 line separator
[all …]
Dc-microblaze.texi85 @cindex line comment character, MicroBlaze
86 @cindex MicroBlaze line comment character
87 The presence of a @samp{#} on a line indicates the start of a comment
88 that extends to the end of the current line.
90 If a @samp{#} appears as the first character of a line, the whole line
91 is treated as a comment, but in this case the line can also be a
92 logical line number directive (@pxref{Comments}) or a
95 @cindex line separator, MicroBlaze
97 @cindex MicroBlaze line separator
99 line.
Dc-cris.texi17 * CRIS-Opts:: Command-line Options
24 @section Command-line Options
29 machine-dependent command-line options.
31 @cindex @option{--emulation=criself} command line option, CRIS
32 @cindex @option{--emulation=crisaout} command line option, CRIS
33 @cindex CRIS @option{--emulation=criself} command line option
34 @cindex CRIS @option{--emulation=crisaout} command line option
37 a.out, specified by the command-line options
43 @cindex @option{--underscore} command line option, CRIS
44 @cindex @option{--no-underscore} command line option, CRIS
[all …]
Dc-cr16.texi111 @cindex line comment character, CR16
112 @cindex CR16 line comment character
113 The presence of a @samp{#} on a line indicates the start of a comment
114 that extends to the end of the current line. If the @samp{#} appears
115 as the first character of a line, the whole line is treated as a
116 comment, but in this case the line can also be a logical line number
120 @cindex line separator, CR16
122 @cindex CR16 line separator
124 line.
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
Dwindres.exp49 if { [gets $file line] == -1 } {
52 if [regexp "^ \[0-9a-z\]\[0-9a-z\]* " $line] {
53 return $line
65 while { [gets $rc line] != -1 } {
66 if ![regexp "^(//|/\*|#)" $line] {
69 if [regexp "\[xp\]fail *(\[^ \]*)" $line junk sys] {
73 if [regexp "cpparg *(\[^ \]*)" $line junk cppopt] {
95 while { [gets $rc line] != -1 } {
96 if ![regexp "^(//|/\*|#)" $line] {
99 if [regexp "parse-only" $line] {
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c211 parse_none (const char *line, metag_insn *insn, in parse_none() argument
216 return line; in parse_none()
221 skip_whitespace (const char *line) in skip_whitespace() argument
223 const char *l = line; in skip_whitespace()
235 skip_space (const char *line) in skip_space() argument
237 const char *l = line; in skip_space()
250 skip_comma (const char *line) in skip_comma() argument
252 const char *l = line; in skip_comma()
281 parse_gp_regs_list (const char *line, const metag_reg **regs, size_t count, in parse_gp_regs_list() argument
284 const char *l = line; in parse_gp_regs_list()
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dcris.exp122 while { [gets $in_fd line] >= 0 } {
124 || ![regexp "$avoid_regex" $line] } {
131 regsub $replace_regex $line $replacement line
134 regsub "@OC@" $line $opcode line
136 puts $out_fd $line
151 while { [gets $in_fd line] >= 0 } {
152 regsub "@OC@" $line $opcode line
155 regsub "@OR@" $line $extra_OR_replace line
157 if [string match "*@IM+????@*" $line] {
163 $line junk leftpart n1 n2 n3 n4 rightpart
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Daix-lineno-1.s7 .line 2
9 .line 3
11 .line 4
13 .line 5
23 .line 2
Dpowerpc.exp253 set line [lindex $ppcelftests $i]
254 set ld_options [lindex $line 1]
256 set line [lreplace $line 1 1 $ld_options]
257 set ppcelftests [lreplace $ppcelftests $i $i $line]
262 set line [lindex $ppc64elftests $i]
263 set ld_options [lindex $line 1]
265 set line [lreplace $line 1 1 $ld_options]
266 set ppc64elftests [lreplace $ppc64elftests $i $i $line]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
Dm68hc11.exp53 proc gas_m68hc11_message { kind options line expect } {
57 regsub -all "\n" "$line: $expect" " " title
61 puts -nonewline $fd "$line"
86 proc gas_m68hc11_error { options line expect } {
87 gas_m68hc11_message "Error" $options $line $expect
91 proc gas_m68hc11_warning { options line expect } {
92 gas_m68hc11_message "Warning" $options $line $expect
/toolchain/binutils/binutils-2.25/intl/
Dplural.c19 #line 1 "plural.y"
65 #line 49 "plural.y"
75 #line 55 "plural.y"
323 #line 3 "/usr/local/share/bison/bison.simple"
636 #line 315 "/usr/local/share/bison/bison.simple"
1030 #line 175 "plural.y" in yyparse()
1038 #line 183 "plural.y" in yyparse()
1044 #line 187 "plural.y" in yyparse()
1050 #line 191 "plural.y" in yyparse()
1056 #line 195 "plural.y" in yyparse()
[all …]

12345678910>>...21