Lines Matching refs:line_seg
199 struct line_seg { struct
200 struct line_seg *next; argument
208 static struct line_seg *all_segs; argument
209 static struct line_seg **last_seg_ptr;
306 struct line_seg *s = seg_info (seg)->dwarf2_line_seg; in get_line_subseg()
314 s = (struct line_seg *) xmalloc (sizeof (*s)); in get_line_subseg()
2074 out_debug_line (segT line_seg, segT str_seg) in out_debug_line() argument
2079 struct line_seg *s; in out_debug_line()
2098 sizeof_offset = out_header (line_seg, &exp); in out_debug_line()
2219 struct line_seg *s; in out_debug_ranges()
2269 struct line_seg *s; in out_debug_aranges()
2331 segT line_seg ATTRIBUTE_UNUSED) in out_debug_abbrev()
2338 if (DWARF2_FORMAT (line_seg) == dwarf2_format_32bit) in out_debug_abbrev()
2371 out_debug_info (segT info_seg, segT abbrev_seg, segT line_seg, segT ranges_seg) in out_debug_info() argument
2398 TC_DWARF2_EMIT_OFFSET (section_symbol (line_seg), in out_debug_info()
2399 (DWARF2_FORMAT (line_seg) == dwarf2_format_32bit in out_debug_info()
2492 segT line_seg; in dwarf2_finish() local
2493 struct line_seg *s; in dwarf2_finish()
2503 line_seg = bfd_get_section_by_name (stdoutput, ".debug_line"); in dwarf2_finish()
2504 empty_debug_line = line_seg == NULL || !seg_not_empty_p (line_seg); in dwarf2_finish()
2522 line_seg = subseg_new (".debug_line", 0); in dwarf2_finish()
2523 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish()
2551 out_debug_line (line_seg, str_seg); in dwarf2_finish()
2592 out_debug_abbrev (abbrev_seg, info_seg, line_seg); in dwarf2_finish()
2593 out_debug_info (info_seg, abbrev_seg, line_seg, ranges_seg); in dwarf2_finish()