Lines Matching defs:line
1 /* Return line number information of CU.
50 Dwarf_Line line;
64 Dwarf_Line *line1 = &list1->line;
65 Dwarf_Line *line2 = &list2->line;
85 int64_t line;
112 /* Set the line information. For some fields we use bitfields,
121 /* Set the line information. For some fields we use bitfields,
127 new_line->line.field = state->field; \
128 if (unlikely (new_line->line.field != state->field)) \
135 SET (line);
181 .line = 1,
284 /* Now the line base. */
287 /* And the line range. */
683 /* Adds a new line to the matrix. For the first MAX_STACK_LINES
716 opcode = (desired line increment - line_base)
723 state.line += line_increment;
726 /* Add a new line with the current state machine values. */
753 /* Add a new line with the current state machine values.
761 state.line = 1;
884 /* Add a new line with the current state machine values. */
908 line. */
915 state.line += s128;
1081 lines->info[i] = sortlines[i]->line;
1091 /* Pass the line structure back to the caller. */
1099 /* Free malloced line records, if any. */