Home
last modified time | relevance | path

Searched refs:line_entry (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Ddwarf2dbg.c110 struct line_entry { struct
111 struct line_entry *next; argument
120 struct line_entry *head; argument
121 struct line_entry **ptail;
177 static void process_entries (segT, struct line_entry *);
257 struct line_entry *e; in dwarf2_gen_line_info()
276 e = (struct line_entry *) xmalloc (sizeof (*e)); in dwarf2_gen_line_info()
913 process_entries (segT seg, struct line_entry *e) in process_entries()
923 struct line_entry *next; in process_entries()
1388 struct line_entry **ptail = ss->ptail; in dwarf2_finish()