Searched refs:all_segs (Results 1 – 1 of 1) sorted by relevance
208 static struct line_seg *all_segs; variable2200 for (s = all_segs; s; s = s->next) in out_debug_line()2237 for (s = all_segs; s; s = s->next) in out_debug_ranges()2305 for (s = all_segs; s; s = s->next) in out_debug_aranges()2354 if (all_segs->next == NULL) in out_debug_abbrev()2415 if (all_segs->next == NULL) in out_debug_info()2419 exp.X_add_symbol = all_segs->text_start; in out_debug_info()2429 exp.X_op_symbol = all_segs->text_start; in out_debug_info()2431 exp.X_add_symbol = all_segs->text_end; in out_debug_info()2488 last_seg_ptr = &all_segs; in dwarf2_init()[all …]