Searched refs:line (Results 76 - 100 of 1636) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c1 /* addr2line.c -- convert addresses to line number and function name
76 fprintf (stream, _(" Convert addresses into line number/file name pairs.\n"));
77 fprintf (stream, _(" If no addresses are specified on the command line, they will be read from stdin\n"));
124 static unsigned int line;
152 &filename, &functionname, &line);
173 &filename, &functionname, &line);
247 printf ("%s:%u\n", filename ? filename : "??", line);
251 found = bfd_find_inliner_info (abfd, &filename, &functionname, &line);
258 with line number information, processing one address at a
121 static unsigned int line; variable
H A Dconfigure157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
235 # We need space, tab and new line, in precisely that order.
1150 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
H A Ddwarf.c195 unsigned int line; member in struct:State_Machine_Registers
212 state_machine_regs.line = 1;
220 /* Handled an extend line op.
237 warn (_("badly formed extended line op encountered!\n"));
1857 (_("The line info appears to be corrupt - the section is too small\n"));
1866 warn (_("Only DWARF version 2 and 3 line info is currently supported.\n"));
1883 /* Sign extend the line base field. */
1979 state_machine_regs.line += adv;
1981 adv, state_machine_regs.line);
2005 state_machine_regs.line
[all...]
H A Ddwarf.h54 line, enumerator in enum:dwarf_section_display_enum
H A Dobjcopy.c38 list is good enough for a small number from the command line, but
220 /* True if --extract-symbol was passed on the command line. */
406 on by the --srec-forceS3 command line switch. */
667 char * line;
692 for (line = buffer; * line != '\0'; line ++)
699 for (eol = line;; eol ++)
724 /* Line comment, Terminate the line here, in case a
726 loop to find the real end of the line
665 char * line; local
[all...]
H A Dobjdump.c31 1. Command line arguments are checked for control switches and the
80 command line. */
112 one or more "-j secname" command line options. */
215 -l, --line-numbers Include line numbers and filenames in output\n\
271 {"line-numbers", no_argument, NULL, 'l'},
925 /* Hold the last function name and the last line number we displayed
1024 /* End of line found. */
1129 /* Print a source file line. */
1132 print_line (struct print_file_list *p, unsigned int line)
1128 print_line(struct print_file_list *p, unsigned int line) argument
1162 unsigned int line; local
2640 unsigned int line; local
[all...]
H A Dprdbg.c1842 /* Write out line number information. */
1852 fprintf (info->f, "/* file %s line %lu addr %s */\n", filename, lineno, ab);
1885 /* Variables for address to line translation. */
1889 static unsigned int line;
1917 &filename, &functionname, &line);
1930 fprintf (f, "%u", line);
2733 /* Write out line number information. */
1883 static unsigned int line; variable
H A Drclex.c137 /* Handle a C preprocessor line. */
143 int line; local
203 line = strtol (s, &send, 0);
208 rc_lineno = line - 1;
/freebsd-11-stable/contrib/binutils/
H A Dconfigure157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
235 # We need space, tab and new line, in precisely that order.
1129 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c129 comment char, then it isn't a line separator. */
161 separate parallel insns on the same line. */
350 /*State 0: beginning of normal line
351 1: After first whitespace on line (flush more white)
352 2: After first non-white (opcode) on line (keep 1white)
353 3: after second white on line (into operands) (flush white)
646 line from just after the first white space. */
731 of the line, go back to the beginning. */
795 as_warn (_("end of file not at end of a line; newline inserted"));
816 beginning of a line
[all...]
H A Das.h237 as_fatal (_("Case value %ld unexpected at line %d of file \"%s\"\n"), \
278 Also understands printing line-number part of error messages. */
356 /* Cross-fragment dwarf2 line number optimization. */
452 This is especially relevant to DWARF2, since the compiler may emit line
506 void FCN (char *file, unsigned int line, const char *format, ...) \
513 unsigned int line, \
H A Dcond.c34 unsigned int line; member in struct:file_line
41 /* The source file & line number of the "if". */
43 /* The source file & line of the "else". */
313 current_cframe->else_file_line.line,
316 current_cframe->if_file_line.line,
322 &current_cframe->else_file_line.line);
419 current_cframe->else_file_line.line,
422 current_cframe->if_file_line.line,
428 &current_cframe->else_file_line.line);
532 &cframe->if_file_line.line);
[all...]
H A Dconfigure157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
235 # We need space, tab and new line, in precisely that order.
1147 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
H A Ddwarf2dbg.c23 /* Logical line numbers can be controlled by the compiler via the
98 /* First special line opcde - leave room for the standard opcodes.
105 /* Minimum line offset in a special line info. opcode. This value
110 /* Range of line offsets in a special line info. opcode. */
124 /* Given a special op, return the line skip amount. */
156 /* Collects data for all line table entries during assembly. */
306 static unsigned int line = -1;
312 if (loc->filenum == 0 || loc->line
304 static unsigned int line = -1; local
334 dwarf2_where(struct dwarf2_line_info *line) argument
571 offsetT filenum, line; local
1123 unsigned line = 1; local
[all...]
H A Dexpr.c55 unsigned int line; member in struct:expr_symbol_line
108 as_where (&n->file, &n->line);
115 /* Return the file and line number for an expr symbol. Return
129 *pline = l->line;
2167 lines end in end-of-line. */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.c164 SET (line, cbLine, unsigned char *, sizeof (unsigned char));
H A Dobj-elf.c104 {"line", obj_elf_line, 0},
2072 SET (line, cbLineOffset, unsigned char *);
H A Dtc-alpha.c216 /* Characters which start a comment at the beginning of a line. */
220 single line. */
1812 unsigned line)
1830 as_warn_value_out_of_range (_("operand"), val, min, max, file, line);
5007 /* Tokenize the rest of the line. */
5096 /* Take care of the target-specific command-line options. */
5167 /* Print a description of the command-line options that we accept. */
1801 insert_operand(unsigned insn, const struct alpha_operand *operand, offsetT val, char *file, unsigned line) argument
H A Dtc-arc.c68 a line. If the line seems to have the form '# 123 filename'
69 .line and .file directives will appear in the pre-processed output */
71 first line of the input file. This is because the compiler outputs
138 /* Invocation line includes a switch not recognized by the base assembler.
267 unsigned int line)
294 as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line);
990 /* The cpu may have been selected on the command line. */
992 as_warn ("\".option\" directive overrides command-line (default) value");
1803 as_bad ("junk at end of line
259 arc_insert_operand(arc_insn insn, const struct arc_operand *operand, int mods, const struct arc_operand_value *reg, offsetT val, char *file, unsigned int line) argument
292 as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line); local
[all...]
H A Dtc-arm.c147 /* Variables that we set while parsing command-line options. Once all
719 a line. If the line seems to have the form '# 123 filename'
720 .line and .file directives will appear in the pre-processed output. */
722 first line of the input file. This is because the compiler outputs
853 we can't establish a line number later on. Big numbers are never valid
2223 register name, not at the beginning of the line. */
2572 outside the normal fragment chain to record the file and line info
2581 dummy_frag->line = listing_tail;
3908 /* Never called because '.req' does not start a line
[all...]
H A Dtc-i386.c203 a line. If the line seems to have the form '# 123 filename'
204 .line and .file directives will appear in the pre-processed output.
206 first line of the input file. This is because the compiler outputs
1353 pi (char *line, i386_insn *x)
1357 fprintf (stdout, "%s: template ", line);
1704 md_assemble (line)
1705 char *line;
1719 We assume that the scrubber has arranged it so that line[0] is the valid
1722 line
1350 pi(char *line, i386_insn *x) argument
1938 parse_insn(char *line, char *mnemonic) argument
[all...]
H A Dtc-ia64.c191 /* Characters which start a comment at the beginning of a line. */
195 single line. */
652 unsigned int line; /* what line marked this dependency */ member in struct:rsrc
3315 line number info, then we need to remember which instructions have a .loc
5522 { "ln", dot_ln, 0 }, /* source line info (for debugging) */
7632 /* Set the architecture and machine depending on defaults and command line
7663 options in md based on command line options. */
7904 /* Not a valid line. */
8391 tmpl.line
11869 unsigned int line; /* The line number the directive is at. */ member in struct:alias
[all...]
H A Dtc-mips.c206 -mipsN command line option, and the default CPU. */
210 command line options, and based on the default architecture. */
220 -nomips16 command line options, and the default CPU. */
249 command line option, and the default CPU. */
280 command line (e.g., by -march). */
289 command line (e.g., by -march). */
293 command line (e.g., by -march). */
297 command line (e.g., by -march). */
304 command line (e.g., by -march). */
313 command line (
10779 mips16_immed(char *file, unsigned int line, int type, offsetT val, bfd_boolean warn, bfd_boolean small, bfd_boolean ext, unsigned long *insn, bfd_boolean *use_extend, unsigned short *extend) argument
[all...]
H A Dtc-ppc.c161 /* Characters which start a comment at the beginning of a line. */
165 single line. */
631 /* Reset the line as if we had not done anything. */
1499 unsigned int line)
1548 as_bad_value_out_of_range (_("operand"), val, min, max, file, line);
1558 as_bad_where (file, line, "%s", errmsg);
1747 Clobbers input_line_pointer, checks end-of-line. */
1840 as_bad (_("Expected comma after symbol-name: rest of line ignored."));
2236 commas in the input line. */
2256 /* If there are fewer operands in the line the
1488 ppc_insert_operand(unsigned long insn, const struct powerpc_operand *operand, offsetT val, char *file, unsigned int line) argument
[all...]
H A Dtc-s390.c59 /* Characters which start a comment at the beginning of a line. */
63 single line. */
296 /* Reset the line as if we had not done anything. */
550 s390_insert_operand (insn, operand, val, file, line)
555 unsigned int line;
586 as_bad_where (file, line, err, buf, (int) min, (int) max);
615 as_bad_value_out_of_range (_("operand"), uval, (offsetT) min, (offsetT) max, file, line); local
1034 clobbers input_line_pointer, checks end-of-line. */
1473 as_bad (_("junk at end of line: `%s'"), str);

Completed in 380 milliseconds

1234567891011>>