Home | History | Annotate | Download | only in libdw

Lines Matching full:line

1 /* Return line number information of CU.
34 Dwarf_Line line;
39 /* Adds a new line to the matrix. We cannot definte a function because
43 /* Add the new line. */ \
46 /* Set the line information. */ \
47 new_line->line.addr = address; \
48 new_line->line.file = file; \
49 new_line->line.line = line; \
50 new_line->line.column = column; \
51 new_line->line.is_stmt = is_stmt; \
52 new_line->line.basic_block = basic_block; \
53 new_line->line.end_sequence = end_seq; \
54 new_line->line.prologue_end = prologue_end; \
55 new_line->line.epilogue_begin = epilogue_begin; \
151 /* Now the line base. */
155 /* And the line range. */
298 size_t line = 1;
324 opcode = (desired line increment - line_base)
334 line += line_increment;
337 /* Add a new line with the current state machine values. */
363 /* Add a new line with the current state machine values.
370 line = 1;
450 /* Add a new line with the current state machine values. */
475 line. */
480 line += s128;
590 cu->lines->info[nlinelist] = linelist->line;