Searched refs:all_segs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c157 static struct line_seg *all_segs; variable in typeref:struct:line_seg
249 for (ps = &all_segs; (s = *ps) != NULL; ps = &s->next)
1350 for (s = all_segs; s; s = s->next)
1373 for (s = all_segs; s; s = s->next)
1422 for (s = all_segs; s; s = s->next)
1449 for (s = all_segs; s; s = s->next)
1491 if (all_segs->next == NULL)
1580 if (all_segs->next == NULL)
1584 expr.X_add_symbol = all_segs->text_start;
1590 expr.X_add_symbol = all_segs
[all...]

Completed in 69 milliseconds