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 = XNEW (struct line_seg); in get_line_subseg()
2079 out_debug_line (segT line_seg, segT str_seg) in out_debug_line() argument
2084 struct line_seg *s; in out_debug_line()
2103 sizeof_offset = out_header (line_seg, &exp); in out_debug_line()
2224 struct line_seg *s; in out_debug_ranges()
2275 struct line_seg *s; in out_debug_aranges()
2343 segT line_seg ATTRIBUTE_UNUSED) in out_debug_abbrev()
2350 if (DWARF2_FORMAT (line_seg) == dwarf2_format_32bit) in out_debug_abbrev()
2383 out_debug_info (segT info_seg, segT abbrev_seg, segT line_seg, segT ranges_seg) in out_debug_info() argument
2410 TC_DWARF2_EMIT_OFFSET (section_symbol (line_seg), in out_debug_info()
2411 (DWARF2_FORMAT (line_seg) == dwarf2_format_32bit in out_debug_info()
2504 segT line_seg; in dwarf2_finish() local
2505 struct line_seg *s; in dwarf2_finish()
2515 line_seg = bfd_get_section_by_name (stdoutput, ".debug_line"); in dwarf2_finish()
2516 empty_debug_line = line_seg == NULL || !seg_not_empty_p (line_seg); in dwarf2_finish()
2534 line_seg = subseg_new (".debug_line", 0); in dwarf2_finish()
2535 bfd_set_section_flags (stdoutput, line_seg, SEC_READONLY | SEC_DEBUGGING); in dwarf2_finish()
2563 out_debug_line (line_seg, str_seg); in dwarf2_finish()
2604 out_debug_abbrev (abbrev_seg, info_seg, line_seg); in dwarf2_finish()
2605 out_debug_info (info_seg, abbrev_seg, line_seg, ranges_seg); in dwarf2_finish()