Lines Matching refs:line_entry
185 struct line_entry { struct
186 struct line_entry *next; argument
194 struct line_entry *head; argument
195 struct line_entry **ptail;
196 struct line_entry **pmove_tail;
350 struct line_entry *e; in dwarf2_gen_line_info_1()
352 e = (struct line_entry *) xmalloc (sizeof (*e)); in dwarf2_gen_line_info_1()
469 struct line_entry *e; in dwarf2_move_insn()
1667 process_entries (segT seg, struct line_entry *e) in process_entries()
1677 struct line_entry *next; in process_entries()
2529 struct line_entry **ptail = lss->ptail; in dwarf2_finish()